Shades of Kelly Green #58D511
Tints of Kelly Green #58D511
RGB
CMYK
RGB Variations
Color information
#58D511 (or 0x58D511) is known color: Kelly Green. HEX triplet: 58, D5 and 11. RGB value is (88,213,17). Sum of RGB (Red+Green+Blue) = 88+213+17=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #58D511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58D511 is #A72AEE. Grayscale: #999999. Windows color (decimal): -10955503 or 1168728. OLE color: 1168728.
HSL color Cylindrical-coordinate representation of color #58D511: hue angle of 98.27º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58D511 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 17 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.16 |
| HSL | 98.27º | 0.85% | 0.45% | - |
| HSV(B) | 98.27º | 0.92% | 0.84% | - |
| XYZ | 27.92 | 49.7 | 8.65 | - |
| YUV | 153.28 | 51.09 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 17 | 0.59 | 0 | 0.92 | 0.16 | 98.27 | 0.85 | 0.45 |
| Hex | 58 | D5 | 11 | 3B | 0 | 5C | 10 | 62 | 55 | 2D |
| Octal | 130 | 325 | 21 | 73 | 0 | 134 | 20 | 142 | 125 | 55 |
| Binary | 1011000 | 11010101 | 10001 | 111011 | 0 | 1011100 | 10000 | 1100010 | 1010101 | 101101 |
Color Harmonies of #58D511
Complementary color
Monochromatic Colors of #58D511
Black with #58D511
Text Example
Text Example
White with #58D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D511; }
p { color: rgb(88,213,17); }
H1.HeaderClassName
{
color: #58D511;
}
.AnyTagClassName
{
color: #58D511;
}
</style>
background-color css
<style>
a { background-color: #58D511; }
a { background-color: rgb(88,213,17); }
div.DivClassName
{
background-color: #58D511;
}
.BgClassName
{
background-color: #58D511;
}
</style>
border-color css
<style>
span { border-color: #58D511; }
span { border-color: rgb(88,213,17); }
td.TdClassName
{
border-color: #58D511;
}
.TagClassName
{
border-color: #58D511;
}
</style>