Shades of Fern #66CC5F
Tints of Fern #66CC5F
RGB
CMYK
RGB Variations
Color information
#66CC5F (or 0x66CC5F) is known color: Fern. HEX triplet: 66, CC and 5F. RGB value is (102,204,95). Sum of RGB (Red+Green+Blue) = 102+204+95=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC5F is #9933A0. Grayscale: #A1A1A1. Windows color (decimal): -10040225 or 6278246. OLE color: 6278246.
HSL color Cylindrical-coordinate representation of color #66CC5F: hue angle of 116.15º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CC5F is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 95 | - |
| CMYK | 0.5 | 0 | 0.53 | 0.2 |
| HSL | 116.15º | 0.52% | 0.59% | - |
| HSV(B) | 116.15º | 0.53% | 0.8% | - |
| XYZ | 29.14 | 46.84 | 18.33 | - |
| YUV | 161.08 | 90.71 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 95 | 0.5 | 0 | 0.53 | 0.2 | 116.15 | 0.52 | 0.59 |
| Hex | 66 | CC | 5F | 32 | 0 | 35 | 14 | 74 | 34 | 3B |
| Octal | 146 | 314 | 137 | 62 | 0 | 65 | 24 | 164 | 64 | 73 |
| Binary | 1100110 | 11001100 | 1011111 | 110010 | 0 | 110101 | 10100 | 1110100 | 110100 | 111011 |
Color Harmonies of #66CC5F
Complementary color
Monochromatic Colors of #66CC5F
Black with #66CC5F
Text Example
Text Example
White with #66CC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC5F; }
p { color: rgb(102,204,95); }
H1.HeaderClassName
{
color: #66CC5F;
}
.AnyTagClassName
{
color: #66CC5F;
}
</style>
background-color css
<style>
a { background-color: #66CC5F; }
a { background-color: rgb(102,204,95); }
div.DivClassName
{
background-color: #66CC5F;
}
.BgClassName
{
background-color: #66CC5F;
}
</style>
border-color css
<style>
span { border-color: #66CC5F; }
span { border-color: rgb(102,204,95); }
td.TdClassName
{
border-color: #66CC5F;
}
.TagClassName
{
border-color: #66CC5F;
}
</style>