Shades of Kelly Green #58A508
Tints of Kelly Green #58A508
RGB
CMYK
RGB Variations
Color information
#58A508 (or 0x58A508) is known color: Kelly Green. HEX triplet: 58, A5 and 08. RGB value is (88,165,8). Sum of RGB (Red+Green+Blue) = 88+165+8=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #58A508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A508 is #A75AF7. Grayscale: #7C7C7C. Windows color (decimal): -10967800 or 566616. OLE color: 566616.
HSL color Cylindrical-coordinate representation of color #58A508: hue angle of 89.43º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58A508 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 165 | 8 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.35 |
| HSL | 89.43º | 0.91% | 0.34% | - |
| HSV(B) | 89.43º | 0.95% | 0.65% | - |
| XYZ | 17.52 | 29 | 4.9 | - |
| YUV | 124.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 8 | 0.47 | 0 | 0.95 | 0.35 | 89.43 | 0.91 | 0.34 |
| Hex | 58 | A5 | 8 | 2F | 0 | 5F | 23 | 59 | 5B | 22 |
| Octal | 130 | 245 | 10 | 57 | 0 | 137 | 43 | 131 | 133 | 42 |
| Binary | 1011000 | 10100101 | 1000 | 101111 | 0 | 1011111 | 100011 | 1011001 | 1011011 | 100010 |
Color Harmonies of #58A508
Complementary color
Monochromatic Colors of #58A508
Black with #58A508
Text Example
Text Example
White with #58A508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A508; }
p { color: rgb(88,165,8); }
H1.HeaderClassName
{
color: #58A508;
}
.AnyTagClassName
{
color: #58A508;
}
</style>
background-color css
<style>
a { background-color: #58A508; }
a { background-color: rgb(88,165,8); }
div.DivClassName
{
background-color: #58A508;
}
.BgClassName
{
background-color: #58A508;
}
</style>
border-color css
<style>
span { border-color: #58A508; }
span { border-color: rgb(88,165,8); }
td.TdClassName
{
border-color: #58A508;
}
.TagClassName
{
border-color: #58A508;
}
</style>