Shades of Kelly Green #62BC0D
Tints of Kelly Green #62BC0D
RGB
CMYK
RGB Variations
Color information
#62BC0D (or 0x62BC0D) is known color: Kelly Green. HEX triplet: 62, BC and 0D. RGB value is (98,188,13). Sum of RGB (Red+Green+Blue) = 98+188+13=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62BC0D is #9D43F2. Grayscale: #8D8D8D. Windows color (decimal): -10306547 or 900194. OLE color: 900194.
HSL color Cylindrical-coordinate representation of color #62BC0D: hue angle of 90.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62BC0D is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 13 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.26 |
| HSL | 90.86º | 0.87% | 0.39% | - |
| HSV(B) | 90.86º | 0.93% | 0.74% | - |
| XYZ | 23.09 | 38.59 | 6.61 | - |
| YUV | 141.14 | 55.68 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 13 | 0.48 | 0 | 0.93 | 0.26 | 90.86 | 0.87 | 0.39 |
| Hex | 62 | BC | D | 30 | 0 | 5D | 1A | 5B | 57 | 27 |
| Octal | 142 | 274 | 15 | 60 | 0 | 135 | 32 | 133 | 127 | 47 |
| Binary | 1100010 | 10111100 | 1101 | 110000 | 0 | 1011101 | 11010 | 1011011 | 1010111 | 100111 |
Color Harmonies of #62BC0D
Complementary color
Monochromatic Colors of #62BC0D
Black with #62BC0D
Text Example
Text Example
White with #62BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BC0D; }
p { color: rgb(98,188,13); }
H1.HeaderClassName
{
color: #62BC0D;
}
.AnyTagClassName
{
color: #62BC0D;
}
</style>
background-color css
<style>
a { background-color: #62BC0D; }
a { background-color: rgb(98,188,13); }
div.DivClassName
{
background-color: #62BC0D;
}
.BgClassName
{
background-color: #62BC0D;
}
</style>
border-color css
<style>
span { border-color: #62BC0D; }
span { border-color: rgb(98,188,13); }
td.TdClassName
{
border-color: #62BC0D;
}
.TagClassName
{
border-color: #62BC0D;
}
</style>