Shades of Fern #66CE5D
Tints of Fern #66CE5D
RGB
CMYK
RGB Variations
Color information
#66CE5D (or 0x66CE5D) is known color: Fern. HEX triplet: 66, CE and 5D. RGB value is (102,206,93). Sum of RGB (Red+Green+Blue) = 102+206+93=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CE5D is #9931A2. Grayscale: #A2A2A2. Windows color (decimal): -10039715 or 6147686. OLE color: 6147686.
HSL color Cylindrical-coordinate representation of color #66CE5D: hue angle of 115.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66CE5D is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 93 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.19 |
| HSL | 115.22º | 0.54% | 0.59% | - |
| HSV(B) | 115.22º | 0.55% | 0.81% | - |
| XYZ | 29.53 | 47.76 | 18.02 | - |
| YUV | 162.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 93 | 0.50 | 0 | 0.55 | 0.19 | 115.22 | 0.54 | 0.59 |
| Hex | 66 | CE | 5D | 32 | 0 | 37 | 13 | 73 | 36 | 3B |
| Octal | 146 | 316 | 135 | 62 | 0 | 67 | 23 | 163 | 66 | 73 |
| Binary | 1100110 | 11001110 | 1011101 | 110010 | 0 | 110111 | 10011 | 1110011 | 110110 | 111011 |
Color Harmonies of #66CE5D
Complementary color
Monochromatic Colors of #66CE5D
Black with #66CE5D
Text Example
Text Example
White with #66CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CE5D; }
p { color: rgb(102,206,93); }
H1.HeaderClassName
{
color: #66CE5D;
}
.AnyTagClassName
{
color: #66CE5D;
}
</style>
background-color css
<style>
a { background-color: #66CE5D; }
a { background-color: rgb(102,206,93); }
div.DivClassName
{
background-color: #66CE5D;
}
.BgClassName
{
background-color: #66CE5D;
}
</style>
border-color css
<style>
span { border-color: #66CE5D; }
span { border-color: rgb(102,206,93); }
td.TdClassName
{
border-color: #66CE5D;
}
.TagClassName
{
border-color: #66CE5D;
}
</style>