Shades of Fern #62CE64
Tints of Fern #62CE64
RGB
CMYK
RGB Variations
Color information
#62CE64 (or 0x62CE64) is known color: Fern. HEX triplet: 62, CE and 64. RGB value is (98,206,100). Sum of RGB (Red+Green+Blue) = 98+206+100=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CE64 is #9D319B. Grayscale: #A1A1A1. Windows color (decimal): -10301852 or 6606434. OLE color: 6606434.
HSL color Cylindrical-coordinate representation of color #62CE64: hue angle of 121.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CE64 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 100 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.19 |
| HSL | 121.11º | 0.52% | 0.6% | - |
| HSV(B) | 121.11º | 0.52% | 0.81% | - |
| XYZ | 29.41 | 47.66 | 19.71 | - |
| YUV | 161.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 100 | 0.52 | 0 | 0.51 | 0.19 | 121.11 | 0.52 | 0.6 |
| Hex | 62 | CE | 64 | 34 | 0 | 33 | 13 | 79 | 34 | 3C |
| Octal | 142 | 316 | 144 | 64 | 0 | 63 | 23 | 171 | 64 | 74 |
| Binary | 1100010 | 11001110 | 1100100 | 110100 | 0 | 110011 | 10011 | 1111001 | 110100 | 111100 |
Color Harmonies of #62CE64
Complementary color
Monochromatic Colors of #62CE64
Black with #62CE64
Text Example
Text Example
White with #62CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE64; }
p { color: rgb(98,206,100); }
H1.HeaderClassName
{
color: #62CE64;
}
.AnyTagClassName
{
color: #62CE64;
}
</style>
background-color css
<style>
a { background-color: #62CE64; }
a { background-color: rgb(98,206,100); }
div.DivClassName
{
background-color: #62CE64;
}
.BgClassName
{
background-color: #62CE64;
}
</style>
border-color css
<style>
span { border-color: #62CE64; }
span { border-color: rgb(98,206,100); }
td.TdClassName
{
border-color: #62CE64;
}
.TagClassName
{
border-color: #62CE64;
}
</style>