Shades of Kelly Green #62DF1F
Tints of Kelly Green #62DF1F
RGB
CMYK
RGB Variations
Color information
#62DF1F (or 0x62DF1F) is known color: Kelly Green. HEX triplet: 62, DF and 1F. RGB value is (98,223,31). Sum of RGB (Red+Green+Blue) = 98+223+31=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #62DF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DF1F is #9D20E0. Grayscale: #A4A4A4. Windows color (decimal): -10297569 or 2088802. OLE color: 2088802.
HSL color Cylindrical-coordinate representation of color #62DF1F: hue angle of 99.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62DF1F is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 223 | 31 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.13 |
| HSL | 99.06º | 0.76% | 0.5% | - |
| HSV(B) | 99.06º | 0.86% | 0.87% | - |
| XYZ | 31.67 | 55.47 | 10.33 | - |
| YUV | 163.74 | 53.09 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 223 | 31 | 0.56 | 0 | 0.86 | 0.13 | 99.06 | 0.76 | 0.5 |
| Hex | 62 | DF | 1F | 38 | 0 | 56 | D | 63 | 4C | 32 |
| Octal | 142 | 337 | 37 | 70 | 0 | 126 | 15 | 143 | 114 | 62 |
| Binary | 1100010 | 11011111 | 11111 | 111000 | 0 | 1010110 | 1101 | 1100011 | 1001100 | 110010 |
Color Harmonies of #62DF1F
Complementary color
Monochromatic Colors of #62DF1F
Black with #62DF1F
Text Example
Text Example
White with #62DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DF1F; }
p { color: rgb(98,223,31); }
H1.HeaderClassName
{
color: #62DF1F;
}
.AnyTagClassName
{
color: #62DF1F;
}
</style>
background-color css
<style>
a { background-color: #62DF1F; }
a { background-color: rgb(98,223,31); }
div.DivClassName
{
background-color: #62DF1F;
}
.BgClassName
{
background-color: #62DF1F;
}
</style>
border-color css
<style>
span { border-color: #62DF1F; }
span { border-color: rgb(98,223,31); }
td.TdClassName
{
border-color: #62DF1F;
}
.TagClassName
{
border-color: #62DF1F;
}
</style>