Shades of Fern #66CA5E
Tints of Fern #66CA5E
RGB
CMYK
RGB Variations
Color information
#66CA5E (or 0x66CA5E) is known color: Fern. HEX triplet: 66, CA and 5E. RGB value is (102,202,94). Sum of RGB (Red+Green+Blue) = 102+202+94=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA5E is #9935A1. Grayscale: #A0A0A0. Windows color (decimal): -10040738 or 6212198. OLE color: 6212198.
HSL color Cylindrical-coordinate representation of color #66CA5E: hue angle of 115.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CA5E is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 94 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.21 |
| HSL | 115.56º | 0.5% | 0.58% | - |
| HSV(B) | 115.56º | 0.53% | 0.79% | - |
| XYZ | 28.62 | 45.87 | 17.94 | - |
| YUV | 159.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 94 | 0.50 | 0 | 0.53 | 0.21 | 115.56 | 0.5 | 0.58 |
| Hex | 66 | CA | 5E | 32 | 0 | 35 | 15 | 74 | 32 | 3A |
| Octal | 146 | 312 | 136 | 62 | 0 | 65 | 25 | 164 | 62 | 72 |
| Binary | 1100110 | 11001010 | 1011110 | 110010 | 0 | 110101 | 10101 | 1110100 | 110010 | 111010 |
Color Harmonies of #66CA5E
Complementary color
Monochromatic Colors of #66CA5E
Black with #66CA5E
Text Example
Text Example
White with #66CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA5E; }
p { color: rgb(102,202,94); }
H1.HeaderClassName
{
color: #66CA5E;
}
.AnyTagClassName
{
color: #66CA5E;
}
</style>
background-color css
<style>
a { background-color: #66CA5E; }
a { background-color: rgb(102,202,94); }
div.DivClassName
{
background-color: #66CA5E;
}
.BgClassName
{
background-color: #66CA5E;
}
</style>
border-color css
<style>
span { border-color: #66CA5E; }
span { border-color: rgb(102,202,94); }
td.TdClassName
{
border-color: #66CA5E;
}
.TagClassName
{
border-color: #66CA5E;
}
</style>