Shades of Fern #66C06F
Tints of Fern #66C06F
RGB
CMYK
RGB Variations
Color information
#66C06F (or 0x66C06F) is known color: Fern. HEX triplet: 66, C0 and 6F. RGB value is (102,192,111). Sum of RGB (Red+Green+Blue) = 102+192+111=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #66C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C06F is #993F90. Grayscale: #9C9C9C. Windows color (decimal): -10043281 or 7323750. OLE color: 7323750.
HSL color Cylindrical-coordinate representation of color #66C06F: hue angle of 126º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C06F is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 111 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.25 |
| HSL | 126º | 0.42% | 0.58% | - |
| HSV(B) | 126º | 0.47% | 0.75% | - |
| XYZ | 27.2 | 41.67 | 21.65 | - |
| YUV | 155.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 111 | 0.47 | 0 | 0.42 | 0.25 | 126 | 0.42 | 0.58 |
| Hex | 66 | C0 | 6F | 2F | 0 | 2A | 19 | 7E | 2A | 3A |
| Octal | 146 | 300 | 157 | 57 | 0 | 52 | 31 | 176 | 52 | 72 |
| Binary | 1100110 | 11000000 | 1101111 | 101111 | 0 | 101010 | 11001 | 1111110 | 101010 | 111010 |
Color Harmonies of #66C06F
Complementary color
Monochromatic Colors of #66C06F
Black with #66C06F
Text Example
Text Example
White with #66C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C06F; }
p { color: rgb(102,192,111); }
H1.HeaderClassName
{
color: #66C06F;
}
.AnyTagClassName
{
color: #66C06F;
}
</style>
background-color css
<style>
a { background-color: #66C06F; }
a { background-color: rgb(102,192,111); }
div.DivClassName
{
background-color: #66C06F;
}
.BgClassName
{
background-color: #66C06F;
}
</style>
border-color css
<style>
span { border-color: #66C06F; }
span { border-color: rgb(102,192,111); }
td.TdClassName
{
border-color: #66C06F;
}
.TagClassName
{
border-color: #66C06F;
}
</style>