Shades of Kelly Green #58CA00
Tints of Kelly Green #58CA00
RGB
CMYK
RGB Variations
Color information
#58CA00 (or 0x58CA00) is known color: Kelly Green. HEX triplet: 58, CA and 00. RGB value is (88,202,0). Sum of RGB (Red+Green+Blue) = 88+202+0=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CA00 is #A735FF. Grayscale: #919191. Windows color (decimal): -10958336 or 51800. OLE color: 51800.
HSL color Cylindrical-coordinate representation of color #58CA00: hue angle of 93.86º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58CA00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.21 |
| HSL | 93.86º | 1% | 0.4% | - |
| HSV(B) | 93.86º | 1% | 0.79% | - |
| XYZ | 25.15 | 44.32 | 7.23 | - |
| YUV | 144.89 | 46.23 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 0 | 0.56 | 0 | 1 | 0.21 | 93.86 | 1 | 0.4 |
| Hex | 58 | CA | 0 | 38 | 0 | 64 | 15 | 5E | 64 | 28 |
| Octal | 130 | 312 | 0 | 70 | 0 | 144 | 25 | 136 | 144 | 50 |
| Binary | 1011000 | 11001010 | 0 | 111000 | 0 | 1100100 | 10101 | 1011110 | 1100100 | 101000 |
Color Harmonies of #58CA00
Complementary color
Monochromatic Colors of #58CA00
Black with #58CA00
Text Example
Text Example
White with #58CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA00; }
p { color: rgb(88,202,0); }
H1.HeaderClassName
{
color: #58CA00;
}
.AnyTagClassName
{
color: #58CA00;
}
</style>
background-color css
<style>
a { background-color: #58CA00; }
a { background-color: rgb(88,202,0); }
div.DivClassName
{
background-color: #58CA00;
}
.BgClassName
{
background-color: #58CA00;
}
</style>
border-color css
<style>
span { border-color: #58CA00; }
span { border-color: rgb(88,202,0); }
td.TdClassName
{
border-color: #58CA00;
}
.TagClassName
{
border-color: #58CA00;
}
</style>