Shades of Kelly Green #58C00A
Tints of Kelly Green #58C00A
RGB
CMYK
RGB Variations
Color information
#58C00A (or 0x58C00A) is known color: Kelly Green. HEX triplet: 58, C0 and 0A. RGB value is (88,192,10). Sum of RGB (Red+Green+Blue) = 88+192+10=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #58C00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C00A is #A73FF5. Grayscale: #8C8C8C. Windows color (decimal): -10960886 or 704600. OLE color: 704600.
HSL color Cylindrical-coordinate representation of color #58C00A: hue angle of 94.29º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58C00A is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 10 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.25 |
| HSL | 94.29º | 0.9% | 0.4% | - |
| HSV(B) | 94.29º | 0.95% | 0.75% | - |
| XYZ | 22.93 | 39.8 | 6.76 | - |
| YUV | 140.16 | 54.54 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 10 | 0.54 | 0 | 0.95 | 0.25 | 94.29 | 0.9 | 0.4 |
| Hex | 58 | C0 | A | 36 | 0 | 5F | 19 | 5E | 5A | 28 |
| Octal | 130 | 300 | 12 | 66 | 0 | 137 | 31 | 136 | 132 | 50 |
| Binary | 1011000 | 11000000 | 1010 | 110110 | 0 | 1011111 | 11001 | 1011110 | 1011010 | 101000 |
Color Harmonies of #58C00A
Complementary color
Monochromatic Colors of #58C00A
Black with #58C00A
Text Example
Text Example
White with #58C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C00A; }
p { color: rgb(88,192,10); }
H1.HeaderClassName
{
color: #58C00A;
}
.AnyTagClassName
{
color: #58C00A;
}
</style>
background-color css
<style>
a { background-color: #58C00A; }
a { background-color: rgb(88,192,10); }
div.DivClassName
{
background-color: #58C00A;
}
.BgClassName
{
background-color: #58C00A;
}
</style>
border-color css
<style>
span { border-color: #58C00A; }
span { border-color: rgb(88,192,10); }
td.TdClassName
{
border-color: #58C00A;
}
.TagClassName
{
border-color: #58C00A;
}
</style>