Shades of Kelly Green #58D524
Tints of Kelly Green #58D524
RGB
CMYK
RGB Variations
Color information
#58D524 (or 0x58D524) is known color: Kelly Green. HEX triplet: 58, D5 and 24. RGB value is (88,213,36). Sum of RGB (Red+Green+Blue) = 88+213+36=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #58D524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D524 is #A72ADB. Grayscale: #9C9C9C. Windows color (decimal): -10955484 or 2413912. OLE color: 2413912.
HSL color Cylindrical-coordinate representation of color #58D524: hue angle of 102.37º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58D524 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 36 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.16 |
| HSL | 102.37º | 0.71% | 0.49% | - |
| HSV(B) | 102.37º | 0.83% | 0.84% | - |
| XYZ | 28.14 | 49.79 | 9.8 | - |
| YUV | 155.45 | 60.59 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 36 | 0.59 | 0 | 0.83 | 0.16 | 102.37 | 0.71 | 0.49 |
| Hex | 58 | D5 | 24 | 3B | 0 | 53 | 10 | 66 | 47 | 31 |
| Octal | 130 | 325 | 44 | 73 | 0 | 123 | 20 | 146 | 107 | 61 |
| Binary | 1011000 | 11010101 | 100100 | 111011 | 0 | 1010011 | 10000 | 1100110 | 1000111 | 110001 |
Color Harmonies of #58D524
Complementary color
Monochromatic Colors of #58D524
Black with #58D524
Text Example
Text Example
White with #58D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D524; }
p { color: rgb(88,213,36); }
H1.HeaderClassName
{
color: #58D524;
}
.AnyTagClassName
{
color: #58D524;
}
</style>
background-color css
<style>
a { background-color: #58D524; }
a { background-color: rgb(88,213,36); }
div.DivClassName
{
background-color: #58D524;
}
.BgClassName
{
background-color: #58D524;
}
</style>
border-color css
<style>
span { border-color: #58D524; }
span { border-color: rgb(88,213,36); }
td.TdClassName
{
border-color: #58D524;
}
.TagClassName
{
border-color: #58D524;
}
</style>