Shades of Kelly Green #58C013
Tints of Kelly Green #58C013
RGB
CMYK
RGB Variations
Color information
#58C013 (or 0x58C013) is known color: Kelly Green. HEX triplet: 58, C0 and 13. RGB value is (88,192,19). Sum of RGB (Red+Green+Blue) = 88+192+19=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #58C013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C013 is #A73FEC. Grayscale: #8D8D8D. Windows color (decimal): -10960877 or 1294424. OLE color: 1294424.
HSL color Cylindrical-coordinate representation of color #58C013: hue angle of 96.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58C013 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 19 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.25 |
| HSL | 96.07º | 0.82% | 0.41% | - |
| HSV(B) | 96.07º | 0.9% | 0.75% | - |
| XYZ | 22.99 | 39.82 | 7.09 | - |
| YUV | 141.18 | 59.04 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 19 | 0.54 | 0 | 0.90 | 0.25 | 96.07 | 0.82 | 0.41 |
| Hex | 58 | C0 | 13 | 36 | 0 | 5A | 19 | 60 | 52 | 29 |
| Octal | 130 | 300 | 23 | 66 | 0 | 132 | 31 | 140 | 122 | 51 |
| Binary | 1011000 | 11000000 | 10011 | 110110 | 0 | 1011010 | 11001 | 1100000 | 1010010 | 101001 |
Color Harmonies of #58C013
Complementary color
Monochromatic Colors of #58C013
Black with #58C013
Text Example
Text Example
White with #58C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C013; }
p { color: rgb(88,192,19); }
H1.HeaderClassName
{
color: #58C013;
}
.AnyTagClassName
{
color: #58C013;
}
</style>
background-color css
<style>
a { background-color: #58C013; }
a { background-color: rgb(88,192,19); }
div.DivClassName
{
background-color: #58C013;
}
.BgClassName
{
background-color: #58C013;
}
</style>
border-color css
<style>
span { border-color: #58C013; }
span { border-color: rgb(88,192,19); }
td.TdClassName
{
border-color: #58C013;
}
.TagClassName
{
border-color: #58C013;
}
</style>