Shades of Kelly Green #58D032
Tints of Kelly Green #58D032
RGB
CMYK
RGB Variations
Color information
#58D032 (or 0x58D032) is known color: Kelly Green. HEX triplet: 58, D0 and 32. RGB value is (88,208,50). Sum of RGB (Red+Green+Blue) = 88+208+50=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #58D032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D032 is #A72FCD. Grayscale: #9A9A9A. Windows color (decimal): -10956750 or 3330136. OLE color: 3330136.
HSL color Cylindrical-coordinate representation of color #58D032: hue angle of 105.57º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58D032 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 50 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.18 |
| HSL | 105.57º | 0.63% | 0.51% | - |
| HSV(B) | 105.57º | 0.76% | 0.82% | - |
| XYZ | 27.16 | 47.42 | 10.74 | - |
| YUV | 154.11 | 69.24 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 50 | 0.58 | 0 | 0.76 | 0.18 | 105.57 | 0.63 | 0.51 |
| Hex | 58 | D0 | 32 | 3A | 0 | 4C | 12 | 6A | 3F | 33 |
| Octal | 130 | 320 | 62 | 72 | 0 | 114 | 22 | 152 | 77 | 63 |
| Binary | 1011000 | 11010000 | 110010 | 111010 | 0 | 1001100 | 10010 | 1101010 | 111111 | 110011 |
Color Harmonies of #58D032
Complementary color
Monochromatic Colors of #58D032
Black with #58D032
Text Example
Text Example
White with #58D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D032; }
p { color: rgb(88,208,50); }
H1.HeaderClassName
{
color: #58D032;
}
.AnyTagClassName
{
color: #58D032;
}
</style>
background-color css
<style>
a { background-color: #58D032; }
a { background-color: rgb(88,208,50); }
div.DivClassName
{
background-color: #58D032;
}
.BgClassName
{
background-color: #58D032;
}
</style>
border-color css
<style>
span { border-color: #58D032; }
span { border-color: rgb(88,208,50); }
td.TdClassName
{
border-color: #58D032;
}
.TagClassName
{
border-color: #58D032;
}
</style>