Shades of Kelly Green #58D920
Tints of Kelly Green #58D920
RGB
CMYK
RGB Variations
Color information
#58D920 (or 0x58D920) is known color: Kelly Green. HEX triplet: 58, D9 and 20. RGB value is (88,217,32). Sum of RGB (Red+Green+Blue) = 88+217+32=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #58D920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D920 is #A726DF. Grayscale: #9D9D9D. Windows color (decimal): -10954464 or 2152792. OLE color: 2152792.
HSL color Cylindrical-coordinate representation of color #58D920: hue angle of 101.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58D920 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 217 | 32 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.15 |
| HSL | 101.84º | 0.74% | 0.49% | - |
| HSV(B) | 101.84º | 0.85% | 0.85% | - |
| XYZ | 29.1 | 51.8 | 9.83 | - |
| YUV | 157.34 | 57.26 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 217 | 32 | 0.59 | 0 | 0.85 | 0.15 | 101.84 | 0.74 | 0.49 |
| Hex | 58 | D9 | 20 | 3B | 0 | 55 | F | 66 | 4A | 31 |
| Octal | 130 | 331 | 40 | 73 | 0 | 125 | 17 | 146 | 112 | 61 |
| Binary | 1011000 | 11011001 | 100000 | 111011 | 0 | 1010101 | 1111 | 1100110 | 1001010 | 110001 |
Color Harmonies of #58D920
Complementary color
Monochromatic Colors of #58D920
Black with #58D920
Text Example
Text Example
White with #58D920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D920; }
p { color: rgb(88,217,32); }
H1.HeaderClassName
{
color: #58D920;
}
.AnyTagClassName
{
color: #58D920;
}
</style>
background-color css
<style>
a { background-color: #58D920; }
a { background-color: rgb(88,217,32); }
div.DivClassName
{
background-color: #58D920;
}
.BgClassName
{
background-color: #58D920;
}
</style>
border-color css
<style>
span { border-color: #58D920; }
span { border-color: rgb(88,217,32); }
td.TdClassName
{
border-color: #58D920;
}
.TagClassName
{
border-color: #58D920;
}
</style>