Shades of Kelly Green #58CB20
Tints of Kelly Green #58CB20
RGB
CMYK
RGB Variations
Color information
#58CB20 (or 0x58CB20) is known color: Kelly Green. HEX triplet: 58, CB and 20. RGB value is (88,203,32). Sum of RGB (Red+Green+Blue) = 88+203+32=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CB20 is #A734DF. Grayscale: #959595. Windows color (decimal): -10958048 or 2149208. OLE color: 2149208.
HSL color Cylindrical-coordinate representation of color #58CB20: hue angle of 100.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58CB20 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 32 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.20 |
| HSL | 100.35º | 0.73% | 0.46% | - |
| HSV(B) | 100.35º | 0.84% | 0.8% | - |
| XYZ | 25.64 | 44.89 | 8.68 | - |
| YUV | 149.12 | 61.9 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 32 | 0.57 | 0 | 0.84 | 0.20 | 100.35 | 0.73 | 0.46 |
| Hex | 58 | CB | 20 | 39 | 0 | 54 | 14 | 64 | 49 | 2E |
| Octal | 130 | 313 | 40 | 71 | 0 | 124 | 24 | 144 | 111 | 56 |
| Binary | 1011000 | 11001011 | 100000 | 111001 | 0 | 1010100 | 10100 | 1100100 | 1001001 | 101110 |
Color Harmonies of #58CB20
Complementary color
Monochromatic Colors of #58CB20
Black with #58CB20
Text Example
Text Example
White with #58CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CB20; }
p { color: rgb(88,203,32); }
H1.HeaderClassName
{
color: #58CB20;
}
.AnyTagClassName
{
color: #58CB20;
}
</style>
background-color css
<style>
a { background-color: #58CB20; }
a { background-color: rgb(88,203,32); }
div.DivClassName
{
background-color: #58CB20;
}
.BgClassName
{
background-color: #58CB20;
}
</style>
border-color css
<style>
span { border-color: #58CB20; }
span { border-color: rgb(88,203,32); }
td.TdClassName
{
border-color: #58CB20;
}
.TagClassName
{
border-color: #58CB20;
}
</style>