Shades of Kelly Green #58DE16
Tints of Kelly Green #58DE16
RGB
CMYK
RGB Variations
Color information
#58DE16 (or 0x58DE16) is known color: Kelly Green. HEX triplet: 58, DE and 16. RGB value is (88,222,22). Sum of RGB (Red+Green+Blue) = 88+222+22=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 222 (87.11% from 255 or 66.87% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 222 - color contains mainly: green. Hex color #58DE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58DE16 is #A721E9. Grayscale: #9F9F9F. Windows color (decimal): -10953194 or 1498712. OLE color: 1498712.
HSL color Cylindrical-coordinate representation of color #58DE16: hue angle of 100.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58DE16 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 222 | 22 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.13 |
| HSL | 100.2º | 0.82% | 0.48% | - |
| HSV(B) | 100.2º | 0.9% | 0.87% | - |
| XYZ | 30.29 | 54.38 | 9.66 | - |
| YUV | 159.13 | 50.61 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 222 | 22 | 0.60 | 0 | 0.90 | 0.13 | 100.2 | 0.82 | 0.48 |
| Hex | 58 | DE | 16 | 3C | 0 | 5A | D | 64 | 52 | 30 |
| Octal | 130 | 336 | 26 | 74 | 0 | 132 | 15 | 144 | 122 | 60 |
| Binary | 1011000 | 11011110 | 10110 | 111100 | 0 | 1011010 | 1101 | 1100100 | 1010010 | 110000 |
Color Harmonies of #58DE16
Complementary color
Monochromatic Colors of #58DE16
Black with #58DE16
Text Example
Text Example
White with #58DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DE16; }
p { color: rgb(88,222,22); }
H1.HeaderClassName
{
color: #58DE16;
}
.AnyTagClassName
{
color: #58DE16;
}
</style>
background-color css
<style>
a { background-color: #58DE16; }
a { background-color: rgb(88,222,22); }
div.DivClassName
{
background-color: #58DE16;
}
.BgClassName
{
background-color: #58DE16;
}
</style>
border-color css
<style>
span { border-color: #58DE16; }
span { border-color: rgb(88,222,22); }
td.TdClassName
{
border-color: #58DE16;
}
.TagClassName
{
border-color: #58DE16;
}
</style>