Shades of Kelly Green #58C516
Tints of Kelly Green #58C516
RGB
CMYK
RGB Variations
Color information
#58C516 (or 0x58C516) is known color: Kelly Green. HEX triplet: 58, C5 and 16. RGB value is (88,197,22). Sum of RGB (Red+Green+Blue) = 88+197+22=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #58C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C516 is #A73AE9. Grayscale: #919191. Windows color (decimal): -10959594 or 1492312. OLE color: 1492312.
HSL color Cylindrical-coordinate representation of color #58C516: hue angle of 97.37º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58C516 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 22 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.23 |
| HSL | 97.37º | 0.8% | 0.43% | - |
| HSV(B) | 97.37º | 0.89% | 0.77% | - |
| XYZ | 24.14 | 42.07 | 7.61 | - |
| YUV | 144.46 | 58.89 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 22 | 0.55 | 0 | 0.89 | 0.23 | 97.37 | 0.8 | 0.43 |
| Hex | 58 | C5 | 16 | 37 | 0 | 59 | 17 | 61 | 50 | 2B |
| Octal | 130 | 305 | 26 | 67 | 0 | 131 | 27 | 141 | 120 | 53 |
| Binary | 1011000 | 11000101 | 10110 | 110111 | 0 | 1011001 | 10111 | 1100001 | 1010000 | 101011 |
Color Harmonies of #58C516
Complementary color
Monochromatic Colors of #58C516
Black with #58C516
Text Example
Text Example
White with #58C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C516; }
p { color: rgb(88,197,22); }
H1.HeaderClassName
{
color: #58C516;
}
.AnyTagClassName
{
color: #58C516;
}
</style>
background-color css
<style>
a { background-color: #58C516; }
a { background-color: rgb(88,197,22); }
div.DivClassName
{
background-color: #58C516;
}
.BgClassName
{
background-color: #58C516;
}
</style>
border-color css
<style>
span { border-color: #58C516; }
span { border-color: rgb(88,197,22); }
td.TdClassName
{
border-color: #58C516;
}
.TagClassName
{
border-color: #58C516;
}
</style>