Shades of Kelly Green #62BA14
Tints of Kelly Green #62BA14
RGB
CMYK
RGB Variations
Color information
#62BA14 (or 0x62BA14) is known color: Kelly Green. HEX triplet: 62, BA and 14. RGB value is (98,186,20). Sum of RGB (Red+Green+Blue) = 98+186+20=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62BA14 is #9D45EB. Grayscale: #8D8D8D. Windows color (decimal): -10307052 or 1358434. OLE color: 1358434.
HSL color Cylindrical-coordinate representation of color #62BA14: hue angle of 91.81º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62BA14 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 20 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.27 |
| HSL | 91.81º | 0.81% | 0.4% | - |
| HSV(B) | 91.81º | 0.89% | 0.73% | - |
| XYZ | 22.72 | 37.76 | 6.75 | - |
| YUV | 140.76 | 59.85 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 20 | 0.47 | 0 | 0.89 | 0.27 | 91.81 | 0.81 | 0.4 |
| Hex | 62 | BA | 14 | 2F | 0 | 59 | 1B | 5C | 51 | 28 |
| Octal | 142 | 272 | 24 | 57 | 0 | 131 | 33 | 134 | 121 | 50 |
| Binary | 1100010 | 10111010 | 10100 | 101111 | 0 | 1011001 | 11011 | 1011100 | 1010001 | 101000 |
Color Harmonies of #62BA14
Complementary color
Monochromatic Colors of #62BA14
Black with #62BA14
Text Example
Text Example
White with #62BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA14; }
p { color: rgb(98,186,20); }
H1.HeaderClassName
{
color: #62BA14;
}
.AnyTagClassName
{
color: #62BA14;
}
</style>
background-color css
<style>
a { background-color: #62BA14; }
a { background-color: rgb(98,186,20); }
div.DivClassName
{
background-color: #62BA14;
}
.BgClassName
{
background-color: #62BA14;
}
</style>
border-color css
<style>
span { border-color: #62BA14; }
span { border-color: rgb(98,186,20); }
td.TdClassName
{
border-color: #62BA14;
}
.TagClassName
{
border-color: #62BA14;
}
</style>