Shades of Kelly Green #58D526
Tints of Kelly Green #58D526
RGB
CMYK
RGB Variations
Color information
#58D526 (or 0x58D526) is known color: Kelly Green. HEX triplet: 58, D5 and 26. RGB value is (88,213,38). Sum of RGB (Red+Green+Blue) = 88+213+38=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 213 (83.59% from 255 or 62.83% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 213 - color contains mainly: green. Hex color #58D526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D526 is #A72AD9. Grayscale: #9C9C9C. Windows color (decimal): -10955482 or 2544984. OLE color: 2544984.
HSL color Cylindrical-coordinate representation of color #58D526: hue angle of 102.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58D526 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 38 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.16 |
| HSL | 102.86º | 0.7% | 0.49% | - |
| HSV(B) | 102.86º | 0.82% | 0.84% | - |
| XYZ | 28.17 | 49.8 | 9.96 | - |
| YUV | 155.68 | 61.59 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 38 | 0.59 | 0 | 0.82 | 0.16 | 102.86 | 0.7 | 0.49 |
| Hex | 58 | D5 | 26 | 3B | 0 | 52 | 10 | 67 | 46 | 31 |
| Octal | 130 | 325 | 46 | 73 | 0 | 122 | 20 | 147 | 106 | 61 |
| Binary | 1011000 | 11010101 | 100110 | 111011 | 0 | 1010010 | 10000 | 1100111 | 1000110 | 110001 |
Color Harmonies of #58D526
Complementary color
Monochromatic Colors of #58D526
Black with #58D526
Text Example
Text Example
White with #58D526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D526; }
p { color: rgb(88,213,38); }
H1.HeaderClassName
{
color: #58D526;
}
.AnyTagClassName
{
color: #58D526;
}
</style>
background-color css
<style>
a { background-color: #58D526; }
a { background-color: rgb(88,213,38); }
div.DivClassName
{
background-color: #58D526;
}
.BgClassName
{
background-color: #58D526;
}
</style>
border-color css
<style>
span { border-color: #58D526; }
span { border-color: rgb(88,213,38); }
td.TdClassName
{
border-color: #58D526;
}
.TagClassName
{
border-color: #58D526;
}
</style>