Shades of Kelly Green #58DC29
Tints of Kelly Green #58DC29
RGB
CMYK
RGB Variations
Color information
#58DC29 (or 0x58DC29) is known color: Kelly Green. HEX triplet: 58, DC and 29. RGB value is (88,220,41). Sum of RGB (Red+Green+Blue) = 88+220+41=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC29 is #A723D6. Grayscale: #A0A0A0. Windows color (decimal): -10953687 or 2743384. OLE color: 2743384.
HSL color Cylindrical-coordinate representation of color #58DC29: hue angle of 104.25º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58DC29 is Cyan = 0.6, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 41 | - |
| CMYK | 0.6 | 0 | 0.81 | 0.14 |
| HSL | 104.25º | 0.72% | 0.51% | - |
| HSV(B) | 104.25º | 0.81% | 0.86% | - |
| XYZ | 30.02 | 53.42 | 10.83 | - |
| YUV | 160.13 | 60.77 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 41 | 0.6 | 0 | 0.81 | 0.14 | 104.25 | 0.72 | 0.51 |
| Hex | 58 | DC | 29 | 3C | 0 | 51 | E | 68 | 48 | 33 |
| Octal | 130 | 334 | 51 | 74 | 0 | 121 | 16 | 150 | 110 | 63 |
| Binary | 1011000 | 11011100 | 101001 | 111100 | 0 | 1010001 | 1110 | 1101000 | 1001000 | 110011 |
Color Harmonies of #58DC29
Complementary color
Monochromatic Colors of #58DC29
Black with #58DC29
Text Example
Text Example
White with #58DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC29; }
p { color: rgb(88,220,41); }
H1.HeaderClassName
{
color: #58DC29;
}
.AnyTagClassName
{
color: #58DC29;
}
</style>
background-color css
<style>
a { background-color: #58DC29; }
a { background-color: rgb(88,220,41); }
div.DivClassName
{
background-color: #58DC29;
}
.BgClassName
{
background-color: #58DC29;
}
</style>
border-color css
<style>
span { border-color: #58DC29; }
span { border-color: rgb(88,220,41); }
td.TdClassName
{
border-color: #58DC29;
}
.TagClassName
{
border-color: #58DC29;
}
</style>