Shades of Kelly Green #58CB01
Tints of Kelly Green #58CB01
RGB
CMYK
RGB Variations
Color information
#58CB01 (or 0x58CB01) is known color: Kelly Green. HEX triplet: 58, CB and 01. RGB value is (88,203,1). Sum of RGB (Red+Green+Blue) = 88+203+1=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CB01 is #A734FE. Grayscale: #929292. Windows color (decimal): -10958079 or 117592. OLE color: 117592.
HSL color Cylindrical-coordinate representation of color #58CB01: hue angle of 94.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58CB01 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 1 | - |
| CMYK | 0.57 | 0 | 1.00 | 0.20 |
| HSL | 94.16º | 0.99% | 0.4% | - |
| HSV(B) | 94.16º | 1% | 0.8% | - |
| XYZ | 25.39 | 44.79 | 7.34 | - |
| YUV | 145.59 | 46.4 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 1 | 0.57 | 0 | 1.00 | 0.20 | 94.16 | 0.99 | 0.4 |
| Hex | 58 | CB | 1 | 39 | 0 | 64 | 14 | 5E | 63 | 28 |
| Octal | 130 | 313 | 1 | 71 | 0 | 144 | 24 | 136 | 143 | 50 |
| Binary | 1011000 | 11001011 | 1 | 111001 | 0 | 1100100 | 10100 | 1011110 | 1100011 | 101000 |
Color Harmonies of #58CB01
Complementary color
Monochromatic Colors of #58CB01
Black with #58CB01
Text Example
Text Example
White with #58CB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CB01; }
p { color: rgb(88,203,1); }
H1.HeaderClassName
{
color: #58CB01;
}
.AnyTagClassName
{
color: #58CB01;
}
</style>
background-color css
<style>
a { background-color: #58CB01; }
a { background-color: rgb(88,203,1); }
div.DivClassName
{
background-color: #58CB01;
}
.BgClassName
{
background-color: #58CB01;
}
</style>
border-color css
<style>
span { border-color: #58CB01; }
span { border-color: rgb(88,203,1); }
td.TdClassName
{
border-color: #58CB01;
}
.TagClassName
{
border-color: #58CB01;
}
</style>