Shades of Kelly Green #58C000
Tints of Kelly Green #58C000
RGB
CMYK
RGB Variations
Color information
#58C000 (or 0x58C000) is known color: Kelly Green. HEX triplet: 58, C0 and 00. RGB value is (88,192,0). Sum of RGB (Red+Green+Blue) = 88+192+0=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #58C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C000 is #A73FFF. Grayscale: #8B8B8B. Windows color (decimal): -10960896 or 49240. OLE color: 49240.
HSL color Cylindrical-coordinate representation of color #58C000: hue angle of 92.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58C000 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.25 |
| HSL | 92.5º | 1% | 0.38% | - |
| HSV(B) | 92.5º | 1% | 0.75% | - |
| XYZ | 22.87 | 39.77 | 6.47 | - |
| YUV | 139.02 | 49.54 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 0 | 0.54 | 0 | 1 | 0.25 | 92.5 | 1 | 0.38 |
| Hex | 58 | C0 | 0 | 36 | 0 | 64 | 19 | 5C | 64 | 26 |
| Octal | 130 | 300 | 0 | 66 | 0 | 144 | 31 | 134 | 144 | 46 |
| Binary | 1011000 | 11000000 | 0 | 110110 | 0 | 1100100 | 11001 | 1011100 | 1100100 | 100110 |
Color Harmonies of #58C000
Complementary color
Monochromatic Colors of #58C000
Black with #58C000
Text Example
Text Example
White with #58C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C000; }
p { color: rgb(88,192,0); }
H1.HeaderClassName
{
color: #58C000;
}
.AnyTagClassName
{
color: #58C000;
}
</style>
background-color css
<style>
a { background-color: #58C000; }
a { background-color: rgb(88,192,0); }
div.DivClassName
{
background-color: #58C000;
}
.BgClassName
{
background-color: #58C000;
}
</style>
border-color css
<style>
span { border-color: #58C000; }
span { border-color: rgb(88,192,0); }
td.TdClassName
{
border-color: #58C000;
}
.TagClassName
{
border-color: #58C000;
}
</style>