Shades of Kelly Green #58D508
Tints of Kelly Green #58D508
RGB
CMYK
RGB Variations
Color information
#58D508 (or 0x58D508) is known color: Kelly Green. HEX triplet: 58, D5 and 08. RGB value is (88,213,8). Sum of RGB (Red+Green+Blue) = 88+213+8=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #58D508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58D508 is #A72AF7. Grayscale: #989898. Windows color (decimal): -10955512 or 578904. OLE color: 578904.
HSL color Cylindrical-coordinate representation of color #58D508: hue angle of 96.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58D508 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 8 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.16 |
| HSL | 96.59º | 0.93% | 0.43% | - |
| HSV(B) | 96.59º | 0.96% | 0.84% | - |
| XYZ | 27.86 | 49.68 | 8.35 | - |
| YUV | 152.26 | 46.59 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 8 | 0.59 | 0 | 0.96 | 0.16 | 96.59 | 0.93 | 0.43 |
| Hex | 58 | D5 | 8 | 3B | 0 | 60 | 10 | 61 | 5D | 2B |
| Octal | 130 | 325 | 10 | 73 | 0 | 140 | 20 | 141 | 135 | 53 |
| Binary | 1011000 | 11010101 | 1000 | 111011 | 0 | 1100000 | 10000 | 1100001 | 1011101 | 101011 |
Color Harmonies of #58D508
Complementary color
Monochromatic Colors of #58D508
Black with #58D508
Text Example
Text Example
White with #58D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D508; }
p { color: rgb(88,213,8); }
H1.HeaderClassName
{
color: #58D508;
}
.AnyTagClassName
{
color: #58D508;
}
</style>
background-color css
<style>
a { background-color: #58D508; }
a { background-color: rgb(88,213,8); }
div.DivClassName
{
background-color: #58D508;
}
.BgClassName
{
background-color: #58D508;
}
</style>
border-color css
<style>
span { border-color: #58D508; }
span { border-color: rgb(88,213,8); }
td.TdClassName
{
border-color: #58D508;
}
.TagClassName
{
border-color: #58D508;
}
</style>