Shades of Kelly Green #58C400
Tints of Kelly Green #58C400
RGB
CMYK
RGB Variations
Color information
#58C400 (or 0x58C400) is known color: Kelly Green. HEX triplet: 58, C4 and 00. RGB value is (88,196,0). Sum of RGB (Red+Green+Blue) = 88+196+0=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #58C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C400 is #A73BFF. Grayscale: #8E8E8E. Windows color (decimal): -10959872 or 50264. OLE color: 50264.
HSL color Cylindrical-coordinate representation of color #58C400: hue angle of 93.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58C400 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 196 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.23 |
| HSL | 93.06º | 1% | 0.38% | - |
| HSV(B) | 93.06º | 1% | 0.77% | - |
| XYZ | 23.76 | 41.55 | 6.77 | - |
| YUV | 141.36 | 48.22 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 196 | 0 | 0.55 | 0 | 1 | 0.23 | 93.06 | 1 | 0.38 |
| Hex | 58 | C4 | 0 | 37 | 0 | 64 | 17 | 5D | 64 | 26 |
| Octal | 130 | 304 | 0 | 67 | 0 | 144 | 27 | 135 | 144 | 46 |
| Binary | 1011000 | 11000100 | 0 | 110111 | 0 | 1100100 | 10111 | 1011101 | 1100100 | 100110 |
Color Harmonies of #58C400
Complementary color
Monochromatic Colors of #58C400
Black with #58C400
Text Example
Text Example
White with #58C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C400; }
p { color: rgb(88,196,0); }
H1.HeaderClassName
{
color: #58C400;
}
.AnyTagClassName
{
color: #58C400;
}
</style>
background-color css
<style>
a { background-color: #58C400; }
a { background-color: rgb(88,196,0); }
div.DivClassName
{
background-color: #58C400;
}
.BgClassName
{
background-color: #58C400;
}
</style>
border-color css
<style>
span { border-color: #58C400; }
span { border-color: rgb(88,196,0); }
td.TdClassName
{
border-color: #58C400;
}
.TagClassName
{
border-color: #58C400;
}
</style>