Shades of Kelly Green #62BF0E
Tints of Kelly Green #62BF0E
RGB
CMYK
RGB Variations
Color information
#62BF0E (or 0x62BF0E) is known color: Kelly Green. HEX triplet: 62, BF and 0E. RGB value is (98,191,14). Sum of RGB (Red+Green+Blue) = 98+191+14=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62BF0E is #9D40F1. Grayscale: #8F8F8F. Windows color (decimal): -10305778 or 966498. OLE color: 966498.
HSL color Cylindrical-coordinate representation of color #62BF0E: hue angle of 91.53º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62BF0E is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 191 | 14 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.25 |
| HSL | 91.53º | 0.86% | 0.4% | - |
| HSV(B) | 91.53º | 0.93% | 0.75% | - |
| XYZ | 23.75 | 39.89 | 6.86 | - |
| YUV | 143.02 | 55.19 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 14 | 0.49 | 0 | 0.93 | 0.25 | 91.53 | 0.86 | 0.4 |
| Hex | 62 | BF | E | 31 | 0 | 5D | 19 | 5C | 56 | 28 |
| Octal | 142 | 277 | 16 | 61 | 0 | 135 | 31 | 134 | 126 | 50 |
| Binary | 1100010 | 10111111 | 1110 | 110001 | 0 | 1011101 | 11001 | 1011100 | 1010110 | 101000 |
Color Harmonies of #62BF0E
Complementary color
Monochromatic Colors of #62BF0E
Black with #62BF0E
Text Example
Text Example
White with #62BF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BF0E; }
p { color: rgb(98,191,14); }
H1.HeaderClassName
{
color: #62BF0E;
}
.AnyTagClassName
{
color: #62BF0E;
}
</style>
background-color css
<style>
a { background-color: #62BF0E; }
a { background-color: rgb(98,191,14); }
div.DivClassName
{
background-color: #62BF0E;
}
.BgClassName
{
background-color: #62BF0E;
}
</style>
border-color css
<style>
span { border-color: #62BF0E; }
span { border-color: rgb(98,191,14); }
td.TdClassName
{
border-color: #62BF0E;
}
.TagClassName
{
border-color: #62BF0E;
}
</style>