Shades of Fern #66C376
Tints of Fern #66C376
RGB
CMYK
RGB Variations
Color information
#66C376 (or 0x66C376) is known color: Fern. HEX triplet: 66, C3 and 76. RGB value is (102,195,118). Sum of RGB (Red+Green+Blue) = 102+195+118=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #66C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C376 is #993C89. Grayscale: #9E9E9E. Windows color (decimal): -10042506 or 7783270. OLE color: 7783270.
HSL color Cylindrical-coordinate representation of color #66C376: hue angle of 130.32º 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 #66C376 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 118 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.24 |
| HSL | 130.32º | 0.44% | 0.58% | - |
| HSV(B) | 130.32º | 0.48% | 0.76% | - |
| XYZ | 28.26 | 43.16 | 23.98 | - |
| YUV | 158.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 118 | 0.48 | 0 | 0.39 | 0.24 | 130.32 | 0.44 | 0.58 |
| Hex | 66 | C3 | 76 | 30 | 0 | 27 | 18 | 82 | 2C | 3A |
| Octal | 146 | 303 | 166 | 60 | 0 | 47 | 30 | 202 | 54 | 72 |
| Binary | 1100110 | 11000011 | 1110110 | 110000 | 0 | 100111 | 11000 | 10000010 | 101100 | 111010 |
Color Harmonies of #66C376
Complementary color
Monochromatic Colors of #66C376
Black with #66C376
Text Example
Text Example
White with #66C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C376; }
p { color: rgb(102,195,118); }
H1.HeaderClassName
{
color: #66C376;
}
.AnyTagClassName
{
color: #66C376;
}
</style>
background-color css
<style>
a { background-color: #66C376; }
a { background-color: rgb(102,195,118); }
div.DivClassName
{
background-color: #66C376;
}
.BgClassName
{
background-color: #66C376;
}
</style>
border-color css
<style>
span { border-color: #66C376; }
span { border-color: rgb(102,195,118); }
td.TdClassName
{
border-color: #66C376;
}
.TagClassName
{
border-color: #66C376;
}
</style>