Shades of Kelly Green #58C502
Tints of Kelly Green #58C502
RGB
CMYK
RGB Variations
Color information
#58C502 (or 0x58C502) is known color: Kelly Green. HEX triplet: 58, C5 and 02. RGB value is (88,197,2). Sum of RGB (Red+Green+Blue) = 88+197+2=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #58C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C502 is #A73AFD. Grayscale: #8E8E8E. Windows color (decimal): -10959614 or 181592. OLE color: 181592.
HSL color Cylindrical-coordinate representation of color #58C502: hue angle of 93.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58C502 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.23 |
| HSL | 93.54º | 0.98% | 0.39% | - |
| HSV(B) | 93.54º | 0.99% | 0.77% | - |
| XYZ | 24 | 42.01 | 6.9 | - |
| YUV | 142.18 | 48.89 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 2 | 0.55 | 0 | 0.99 | 0.23 | 93.54 | 0.98 | 0.39 |
| Hex | 58 | C5 | 2 | 37 | 0 | 63 | 17 | 5E | 62 | 27 |
| Octal | 130 | 305 | 2 | 67 | 0 | 143 | 27 | 136 | 142 | 47 |
| Binary | 1011000 | 11000101 | 10 | 110111 | 0 | 1100011 | 10111 | 1011110 | 1100010 | 100111 |
Color Harmonies of #58C502
Complementary color
Monochromatic Colors of #58C502
Black with #58C502
Text Example
Text Example
White with #58C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C502; }
p { color: rgb(88,197,2); }
H1.HeaderClassName
{
color: #58C502;
}
.AnyTagClassName
{
color: #58C502;
}
</style>
background-color css
<style>
a { background-color: #58C502; }
a { background-color: rgb(88,197,2); }
div.DivClassName
{
background-color: #58C502;
}
.BgClassName
{
background-color: #58C502;
}
</style>
border-color css
<style>
span { border-color: #58C502; }
span { border-color: rgb(88,197,2); }
td.TdClassName
{
border-color: #58C502;
}
.TagClassName
{
border-color: #58C502;
}
</style>