Shades of Fern #66CB6C
Tints of Fern #66CB6C
RGB
CMYK
RGB Variations
Color information
#66CB6C (or 0x66CB6C) is known color: Fern. HEX triplet: 66, CB and 6C. RGB value is (102,203,108). Sum of RGB (Red+Green+Blue) = 102+203+108=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CB6C is #993493. Grayscale: #A2A2A2. Windows color (decimal): -10040468 or 7129958. OLE color: 7129958.
HSL color Cylindrical-coordinate representation of color #66CB6C: hue angle of 123.56º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CB6C is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 108 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.20 |
| HSL | 123.56º | 0.49% | 0.6% | - |
| HSV(B) | 123.56º | 0.5% | 0.8% | - |
| XYZ | 29.54 | 46.62 | 21.63 | - |
| YUV | 161.97 | 97.54 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 108 | 0.50 | 0 | 0.47 | 0.20 | 123.56 | 0.49 | 0.6 |
| Hex | 66 | CB | 6C | 32 | 0 | 2F | 14 | 7C | 31 | 3C |
| Octal | 146 | 313 | 154 | 62 | 0 | 57 | 24 | 174 | 61 | 74 |
| Binary | 1100110 | 11001011 | 1101100 | 110010 | 0 | 101111 | 10100 | 1111100 | 110001 | 111100 |
Color Harmonies of #66CB6C
Complementary color
Monochromatic Colors of #66CB6C
Black with #66CB6C
Text Example
Text Example
White with #66CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CB6C; }
p { color: rgb(102,203,108); }
H1.HeaderClassName
{
color: #66CB6C;
}
.AnyTagClassName
{
color: #66CB6C;
}
</style>
background-color css
<style>
a { background-color: #66CB6C; }
a { background-color: rgb(102,203,108); }
div.DivClassName
{
background-color: #66CB6C;
}
.BgClassName
{
background-color: #66CB6C;
}
</style>
border-color css
<style>
span { border-color: #66CB6C; }
span { border-color: rgb(102,203,108); }
td.TdClassName
{
border-color: #66CB6C;
}
.TagClassName
{
border-color: #66CB6C;
}
</style>