Shades of Fern #66C96C
Tints of Fern #66C96C
RGB
CMYK
RGB Variations
Color information
#66C96C (or 0x66C96C) is known color: Fern. HEX triplet: 66, C9 and 6C. RGB value is (102,201,108). Sum of RGB (Red+Green+Blue) = 102+201+108=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #66C96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C96C is #993693. Grayscale: #A1A1A1. Windows color (decimal): -10040980 or 7129446. OLE color: 7129446.
HSL color Cylindrical-coordinate representation of color #66C96C: hue angle of 123.64º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C96C is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 201 | 108 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.21 |
| HSL | 123.64º | 0.48% | 0.59% | - |
| HSV(B) | 123.64º | 0.49% | 0.79% | - |
| XYZ | 29.07 | 45.68 | 21.47 | - |
| YUV | 160.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 108 | 0.49 | 0 | 0.46 | 0.21 | 123.64 | 0.48 | 0.59 |
| Hex | 66 | C9 | 6C | 31 | 0 | 2E | 15 | 7C | 30 | 3B |
| Octal | 146 | 311 | 154 | 61 | 0 | 56 | 25 | 174 | 60 | 73 |
| Binary | 1100110 | 11001001 | 1101100 | 110001 | 0 | 101110 | 10101 | 1111100 | 110000 | 111011 |
Color Harmonies of #66C96C
Complementary color
Monochromatic Colors of #66C96C
Black with #66C96C
Text Example
Text Example
White with #66C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C96C; }
p { color: rgb(102,201,108); }
H1.HeaderClassName
{
color: #66C96C;
}
.AnyTagClassName
{
color: #66C96C;
}
</style>
background-color css
<style>
a { background-color: #66C96C; }
a { background-color: rgb(102,201,108); }
div.DivClassName
{
background-color: #66C96C;
}
.BgClassName
{
background-color: #66C96C;
}
</style>
border-color css
<style>
span { border-color: #66C96C; }
span { border-color: rgb(102,201,108); }
td.TdClassName
{
border-color: #66C96C;
}
.TagClassName
{
border-color: #66C96C;
}
</style>