Shades of Fern #66CE6F
Tints of Fern #66CE6F
RGB
CMYK
RGB Variations
Color information
#66CE6F (or 0x66CE6F) is known color: Fern. HEX triplet: 66, CE and 6F. RGB value is (102,206,111). Sum of RGB (Red+Green+Blue) = 102+206+111=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CE6F is #993190. Grayscale: #A4A4A4. Windows color (decimal): -10039697 or 7327334. OLE color: 7327334.
HSL color Cylindrical-coordinate representation of color #66CE6F: hue angle of 125.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CE6F is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 111 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.19 |
| HSL | 125.19º | 0.51% | 0.6% | - |
| HSV(B) | 125.19º | 0.5% | 0.81% | - |
| XYZ | 30.42 | 48.12 | 22.72 | - |
| YUV | 164.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 111 | 0.50 | 0 | 0.46 | 0.19 | 125.19 | 0.51 | 0.6 |
| Hex | 66 | CE | 6F | 32 | 0 | 2E | 13 | 7D | 33 | 3C |
| Octal | 146 | 316 | 157 | 62 | 0 | 56 | 23 | 175 | 63 | 74 |
| Binary | 1100110 | 11001110 | 1101111 | 110010 | 0 | 101110 | 10011 | 1111101 | 110011 | 111100 |
Color Harmonies of #66CE6F
Complementary color
Monochromatic Colors of #66CE6F
Black with #66CE6F
Text Example
Text Example
White with #66CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CE6F; }
p { color: rgb(102,206,111); }
H1.HeaderClassName
{
color: #66CE6F;
}
.AnyTagClassName
{
color: #66CE6F;
}
</style>
background-color css
<style>
a { background-color: #66CE6F; }
a { background-color: rgb(102,206,111); }
div.DivClassName
{
background-color: #66CE6F;
}
.BgClassName
{
background-color: #66CE6F;
}
</style>
border-color css
<style>
span { border-color: #66CE6F; }
span { border-color: rgb(102,206,111); }
td.TdClassName
{
border-color: #66CE6F;
}
.TagClassName
{
border-color: #66CE6F;
}
</style>