#66C471

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

Shades of Fern #66C471

Tints of Fern #66C471

Color information

#66C471 (or 0x66C471) is unknown color: approx Fern. HEX triplet: 66, C4 and 71. RGB value is (102,196,113). Sum of RGB (Red+Green+Blue) = 102+196+113=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #66C471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C471 is #993B8E. Grayscale: #9E9E9E. Windows color (decimal): -10042255 or 7455846. OLE color: 7455846.

HSL color Cylindrical-coordinate representation of color #66C471: hue angle of 127.02º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C471 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB102196113-
CMYK0.4800.420.23
HSL127.02º44.34%58.43%-
HSV(B)127.02º47.96%76.86%-
XYZ28.243.522.53-
YUV158.43102.3687.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=24.82%
G=47.69%
B=27.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021961130.4800.420.23127.0244.3458.43
Hex66C4713002A177f2c3a
Octal14630416160052271775472
Binary11001101100010011100011100000101010101111111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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