#66C372

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

Shades of Fern #66C372

Tints of Fern #66C372

Color information

#66C372 (or 0x66C372) is unknown color: approx Fern. HEX triplet: 66, C3 and 72. RGB value is (102,195,114). Sum of RGB (Red+Green+Blue) = 102+195+114=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #66C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C372 is #993C8D. Grayscale: #9E9E9E. Windows color (decimal): -10042510 or 7521126. OLE color: 7521126.

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

Color convert

RGB102195114-
CMYK0.4800.420.24
HSL127.74º43.66%58.24%-
HSV(B)127.74º47.69%76.47%-
XYZ28.0343.0722.76-
YUV157.96103.1988.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 195 (76.56% from 255) = 47.45%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=24.82%
G=47.45%
B=27.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951140.4800.420.24127.7443.6658.24
Hex66C3723002A18802c3a
Octal14630316260052302005472
Binary110011011000011111001011000001010101100010000000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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