Shades of Kelly Green #62CA0D
Tints of Kelly Green #62CA0D
RGB
CMYK
RGB Variations
Color information
#62CA0D (or 0x62CA0D) is known color: Kelly Green. HEX triplet: 62, CA and 0D. RGB value is (98,202,13). Sum of RGB (Red+Green+Blue) = 98+202+13=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62CA0D is #9D35F2. Grayscale: #969696. Windows color (decimal): -10302963 or 903778. OLE color: 903778.
HSL color Cylindrical-coordinate representation of color #62CA0D: hue angle of 93.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62CA0D is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 13 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.21 |
| HSL | 93.02º | 0.88% | 0.42% | - |
| HSV(B) | 93.02º | 0.94% | 0.79% | - |
| XYZ | 26.23 | 44.87 | 7.66 | - |
| YUV | 149.36 | 51.04 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 13 | 0.51 | 0 | 0.94 | 0.21 | 93.02 | 0.88 | 0.42 |
| Hex | 62 | CA | D | 33 | 0 | 5E | 15 | 5D | 58 | 2A |
| Octal | 142 | 312 | 15 | 63 | 0 | 136 | 25 | 135 | 130 | 52 |
| Binary | 1100010 | 11001010 | 1101 | 110011 | 0 | 1011110 | 10101 | 1011101 | 1011000 | 101010 |
Color Harmonies of #62CA0D
Complementary color
Monochromatic Colors of #62CA0D
Black with #62CA0D
Text Example
Text Example
White with #62CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA0D; }
p { color: rgb(98,202,13); }
H1.HeaderClassName
{
color: #62CA0D;
}
.AnyTagClassName
{
color: #62CA0D;
}
</style>
background-color css
<style>
a { background-color: #62CA0D; }
a { background-color: rgb(98,202,13); }
div.DivClassName
{
background-color: #62CA0D;
}
.BgClassName
{
background-color: #62CA0D;
}
</style>
border-color css
<style>
span { border-color: #62CA0D; }
span { border-color: rgb(98,202,13); }
td.TdClassName
{
border-color: #62CA0D;
}
.TagClassName
{
border-color: #62CA0D;
}
</style>