Shades of Fern #66CA62
Tints of Fern #66CA62
RGB
CMYK
RGB Variations
Color information
#66CA62 (or 0x66CA62) is known color: Fern. HEX triplet: 66, CA and 62. RGB value is (102,202,98). Sum of RGB (Red+Green+Blue) = 102+202+98=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA62 is #99359D. Grayscale: #A0A0A0. Windows color (decimal): -10040734 or 6474342. OLE color: 6474342.
HSL color Cylindrical-coordinate representation of color #66CA62: hue angle of 117.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CA62 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 98 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.21 |
| HSL | 117.69º | 0.5% | 0.59% | - |
| HSV(B) | 117.69º | 0.51% | 0.79% | - |
| XYZ | 28.8 | 45.95 | 18.91 | - |
| YUV | 160.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 98 | 0.50 | 0 | 0.51 | 0.21 | 117.69 | 0.5 | 0.59 |
| Hex | 66 | CA | 62 | 32 | 0 | 33 | 15 | 76 | 32 | 3B |
| Octal | 146 | 312 | 142 | 62 | 0 | 63 | 25 | 166 | 62 | 73 |
| Binary | 1100110 | 11001010 | 1100010 | 110010 | 0 | 110011 | 10101 | 1110110 | 110010 | 111011 |
Color Harmonies of #66CA62
Complementary color
Monochromatic Colors of #66CA62
Black with #66CA62
Text Example
Text Example
White with #66CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA62; }
p { color: rgb(102,202,98); }
H1.HeaderClassName
{
color: #66CA62;
}
.AnyTagClassName
{
color: #66CA62;
}
</style>
background-color css
<style>
a { background-color: #66CA62; }
a { background-color: rgb(102,202,98); }
div.DivClassName
{
background-color: #66CA62;
}
.BgClassName
{
background-color: #66CA62;
}
</style>
border-color css
<style>
span { border-color: #66CA62; }
span { border-color: rgb(102,202,98); }
td.TdClassName
{
border-color: #66CA62;
}
.TagClassName
{
border-color: #66CA62;
}
</style>