Shades of Fern #66C962
Tints of Fern #66C962
RGB
CMYK
RGB Variations
Color information
#66C962 (or 0x66C962) is known color: Fern. HEX triplet: 66, C9 and 62. RGB value is (102,201,98). Sum of RGB (Red+Green+Blue) = 102+201+98=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #66C962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C962 is #99369D. Grayscale: #9F9F9F. Windows color (decimal): -10040990 or 6474086. OLE color: 6474086.
HSL color Cylindrical-coordinate representation of color #66C962: hue angle of 117.67º degrees, saturation: 0.49, 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 #66C962 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 201 | 98 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.21 |
| HSL | 117.67º | 0.49% | 0.59% | - |
| HSV(B) | 117.67º | 0.51% | 0.79% | - |
| XYZ | 28.57 | 45.48 | 18.83 | - |
| YUV | 159.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 98 | 0.49 | 0 | 0.51 | 0.21 | 117.67 | 0.49 | 0.59 |
| Hex | 66 | C9 | 62 | 31 | 0 | 33 | 15 | 76 | 31 | 3B |
| Octal | 146 | 311 | 142 | 61 | 0 | 63 | 25 | 166 | 61 | 73 |
| Binary | 1100110 | 11001001 | 1100010 | 110001 | 0 | 110011 | 10101 | 1110110 | 110001 | 111011 |
Color Harmonies of #66C962
Complementary color
Monochromatic Colors of #66C962
Black with #66C962
Text Example
Text Example
White with #66C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C962; }
p { color: rgb(102,201,98); }
H1.HeaderClassName
{
color: #66C962;
}
.AnyTagClassName
{
color: #66C962;
}
</style>
background-color css
<style>
a { background-color: #66C962; }
a { background-color: rgb(102,201,98); }
div.DivClassName
{
background-color: #66C962;
}
.BgClassName
{
background-color: #66C962;
}
</style>
border-color css
<style>
span { border-color: #66C962; }
span { border-color: rgb(102,201,98); }
td.TdClassName
{
border-color: #66C962;
}
.TagClassName
{
border-color: #66C962;
}
</style>