Shades of Kelly Green #58CE20
Tints of Kelly Green #58CE20
RGB
CMYK
RGB Variations
Color information
#58CE20 (or 0x58CE20) is known color: Kelly Green. HEX triplet: 58, CE and 20. RGB value is (88,206,32). Sum of RGB (Red+Green+Blue) = 88+206+32=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #58CE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CE20 is #A731DF. Grayscale: #979797. Windows color (decimal): -10957280 or 2149976. OLE color: 2149976.
HSL color Cylindrical-coordinate representation of color #58CE20: hue angle of 100.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58CE20 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 206 | 32 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.19 |
| HSL | 100.69º | 0.73% | 0.47% | - |
| HSV(B) | 100.69º | 0.84% | 0.81% | - |
| XYZ | 26.36 | 46.32 | 8.92 | - |
| YUV | 150.88 | 60.91 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 32 | 0.57 | 0 | 0.84 | 0.19 | 100.69 | 0.73 | 0.47 |
| Hex | 58 | CE | 20 | 39 | 0 | 54 | 13 | 65 | 49 | 2F |
| Octal | 130 | 316 | 40 | 71 | 0 | 124 | 23 | 145 | 111 | 57 |
| Binary | 1011000 | 11001110 | 100000 | 111001 | 0 | 1010100 | 10011 | 1100101 | 1001001 | 101111 |
Color Harmonies of #58CE20
Complementary color
Monochromatic Colors of #58CE20
Black with #58CE20
Text Example
Text Example
White with #58CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CE20; }
p { color: rgb(88,206,32); }
H1.HeaderClassName
{
color: #58CE20;
}
.AnyTagClassName
{
color: #58CE20;
}
</style>
background-color css
<style>
a { background-color: #58CE20; }
a { background-color: rgb(88,206,32); }
div.DivClassName
{
background-color: #58CE20;
}
.BgClassName
{
background-color: #58CE20;
}
</style>
border-color css
<style>
span { border-color: #58CE20; }
span { border-color: rgb(88,206,32); }
td.TdClassName
{
border-color: #58CE20;
}
.TagClassName
{
border-color: #58CE20;
}
</style>