Shades of Kelly Green #58C010
Tints of Kelly Green #58C010
RGB
CMYK
RGB Variations
Color information
#58C010 (or 0x58C010) is known color: Kelly Green. HEX triplet: 58, C0 and 10. RGB value is (88,192,16). Sum of RGB (Red+Green+Blue) = 88+192+16=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #58C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C010 is #A73FEF. Grayscale: #8D8D8D. Windows color (decimal): -10960880 or 1097816. OLE color: 1097816.
HSL color Cylindrical-coordinate representation of color #58C010: hue angle of 95.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58C010 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 16 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.25 |
| HSL | 95.45º | 0.85% | 0.41% | - |
| HSV(B) | 95.45º | 0.92% | 0.75% | - |
| XYZ | 22.97 | 39.81 | 6.96 | - |
| YUV | 140.84 | 57.54 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 16 | 0.54 | 0 | 0.92 | 0.25 | 95.45 | 0.85 | 0.41 |
| Hex | 58 | C0 | 10 | 36 | 0 | 5C | 19 | 5F | 55 | 29 |
| Octal | 130 | 300 | 20 | 66 | 0 | 134 | 31 | 137 | 125 | 51 |
| Binary | 1011000 | 11000000 | 10000 | 110110 | 0 | 1011100 | 11001 | 1011111 | 1010101 | 101001 |
Color Harmonies of #58C010
Complementary color
Monochromatic Colors of #58C010
Black with #58C010
Text Example
Text Example
White with #58C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C010; }
p { color: rgb(88,192,16); }
H1.HeaderClassName
{
color: #58C010;
}
.AnyTagClassName
{
color: #58C010;
}
</style>
background-color css
<style>
a { background-color: #58C010; }
a { background-color: rgb(88,192,16); }
div.DivClassName
{
background-color: #58C010;
}
.BgClassName
{
background-color: #58C010;
}
</style>
border-color css
<style>
span { border-color: #58C010; }
span { border-color: rgb(88,192,16); }
td.TdClassName
{
border-color: #58C010;
}
.TagClassName
{
border-color: #58C010;
}
</style>