Shades of Kelly Green #62CE1C
Tints of Kelly Green #62CE1C
RGB
CMYK
RGB Variations
Color information
#62CE1C (or 0x62CE1C) is known color: Kelly Green. HEX triplet: 62, CE and 1C. RGB value is (98,206,28). Sum of RGB (Red+Green+Blue) = 98+206+28=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE1C is #9D31E3. Grayscale: #9A9A9A. Windows color (decimal): -10301924 or 1887842. OLE color: 1887842.
HSL color Cylindrical-coordinate representation of color #62CE1C: hue angle of 96.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62CE1C is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 28 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.19 |
| HSL | 96.4º | 0.76% | 0.46% | - |
| HSV(B) | 96.4º | 0.86% | 0.81% | - |
| XYZ | 27.32 | 46.82 | 8.7 | - |
| YUV | 153.42 | 57.22 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 28 | 0.52 | 0 | 0.86 | 0.19 | 96.4 | 0.76 | 0.46 |
| Hex | 62 | CE | 1C | 34 | 0 | 56 | 13 | 60 | 4C | 2E |
| Octal | 142 | 316 | 34 | 64 | 0 | 126 | 23 | 140 | 114 | 56 |
| Binary | 1100010 | 11001110 | 11100 | 110100 | 0 | 1010110 | 10011 | 1100000 | 1001100 | 101110 |
Color Harmonies of #62CE1C
Complementary color
Monochromatic Colors of #62CE1C
Black with #62CE1C
Text Example
Text Example
White with #62CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE1C; }
p { color: rgb(98,206,28); }
H1.HeaderClassName
{
color: #62CE1C;
}
.AnyTagClassName
{
color: #62CE1C;
}
</style>
background-color css
<style>
a { background-color: #62CE1C; }
a { background-color: rgb(98,206,28); }
div.DivClassName
{
background-color: #62CE1C;
}
.BgClassName
{
background-color: #62CE1C;
}
</style>
border-color css
<style>
span { border-color: #62CE1C; }
span { border-color: rgb(98,206,28); }
td.TdClassName
{
border-color: #62CE1C;
}
.TagClassName
{
border-color: #62CE1C;
}
</style>