#66C872

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

Shades of Fern #66C872

Tints of Fern #66C872

Color information

#66C872 (or 0x66C872) is unknown color: approx Fern. HEX triplet: 66, C8 and 72. RGB value is (102,200,114). Sum of RGB (Red+Green+Blue) = 102+200+114=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #66C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C872 is #99378D. Grayscale: #A1A1A1. Windows color (decimal): -10041230 or 7522406. OLE color: 7522406.

HSL color Cylindrical-coordinate representation of color #66C872: hue angle of 127.35º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C872 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB102200114-
CMYK0.4900.430.22
HSL127.35º47.12%59.22%-
HSV(B)127.35º49%78.43%-
XYZ29.1745.3523.14-
YUV160.89101.5385.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 200 (78.52% from 255) = 48.08%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=24.52%
G=48.08%
B=27.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1022001140.4900.430.22127.3547.1259.22
Hex66C8723102B167f2f3b
Octal14631016261053261775773
Binary11001101100100011100101100010101011101101111111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,200,114); }

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

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

 a { background-color: rgb(102,200,114); }

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

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

 span { border-color: rgb(102,200,114); }

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