#66CD71

Color #66CD71 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #66CD71

Tints of Fern #66CD71

Color information

#66CD71 (or 0x66CD71) is unknown color: approx Fern. HEX triplet: 66, CD and 71. RGB value is (102,205,113). Sum of RGB (Red+Green+Blue) = 102+205+113=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD71 is #99328E. Grayscale: #A3A3A3. Windows color (decimal): -10039951 or 7458150. OLE color: 7458150.

HSL color Cylindrical-coordinate representation of color #66CD71: hue angle of 126.41º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CD71 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB102205113-
CMYK0.5000.450.20
HSL126.41º50.74%60.2%-
HSV(B)126.41º50.24%80.39%-
XYZ30.2947.6823.23-
YUV163.7299.3883.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=24.29%
G=48.81%
B=26.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051130.5000.450.20126.4150.7460.2
Hex66CD713202D147e333c
Octal14631516162055241766374
Binary11001101100110111100011100100101101101001111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CD71; }

 p { color: rgb(102,205,113); }

 H1.HeaderClassName
 {
   color: #66CD71;
 }
 .AnyTagClassName
 {
   color: #66CD71;
 }
</style>
background-color css

<style>
 a { background-color: #66CD71; }

 a { background-color: rgb(102,205,113); }

 div.DivClassName
 {
   background-color: #66CD71;
 }
 .BgClassName
 {
   background-color: #66CD71;
 }
</style>
border-color css

<style>
 span { border-color: #66CD71; }

 span { border-color: rgb(102,205,113); }

 td.TdClassName
 {
   border-color: #66CD71;
 }
 .TagClassName
 {
   border-color: #66CD71;
 }
</style>