Shades of Kelly Green #62CB0D
Tints of Kelly Green #62CB0D
RGB
CMYK
RGB Variations
Color information
#62CB0D (or 0x62CB0D) is known color: Kelly Green. HEX triplet: 62, CB and 0D. RGB value is (98,203,13). Sum of RGB (Red+Green+Blue) = 98+203+13=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62CB0D is #9D34F2. Grayscale: #969696. Windows color (decimal): -10302707 or 904034. OLE color: 904034.
HSL color Cylindrical-coordinate representation of color #62CB0D: hue angle of 93.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62CB0D is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 13 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.20 |
| HSL | 93.16º | 0.88% | 0.42% | - |
| HSV(B) | 93.16º | 0.94% | 0.8% | - |
| XYZ | 26.47 | 45.34 | 7.74 | - |
| YUV | 149.95 | 50.71 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 13 | 0.52 | 0 | 0.94 | 0.20 | 93.16 | 0.88 | 0.42 |
| Hex | 62 | CB | D | 34 | 0 | 5E | 14 | 5D | 58 | 2A |
| Octal | 142 | 313 | 15 | 64 | 0 | 136 | 24 | 135 | 130 | 52 |
| Binary | 1100010 | 11001011 | 1101 | 110100 | 0 | 1011110 | 10100 | 1011101 | 1011000 | 101010 |
Color Harmonies of #62CB0D
Complementary color
Monochromatic Colors of #62CB0D
Black with #62CB0D
Text Example
Text Example
White with #62CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CB0D; }
p { color: rgb(98,203,13); }
H1.HeaderClassName
{
color: #62CB0D;
}
.AnyTagClassName
{
color: #62CB0D;
}
</style>
background-color css
<style>
a { background-color: #62CB0D; }
a { background-color: rgb(98,203,13); }
div.DivClassName
{
background-color: #62CB0D;
}
.BgClassName
{
background-color: #62CB0D;
}
</style>
border-color css
<style>
span { border-color: #62CB0D; }
span { border-color: rgb(98,203,13); }
td.TdClassName
{
border-color: #62CB0D;
}
.TagClassName
{
border-color: #62CB0D;
}
</style>