Shades of Kelly Green #58CA32
Tints of Kelly Green #58CA32
RGB
CMYK
RGB Variations
Color information
#58CA32 (or 0x58CA32) is known color: Kelly Green. HEX triplet: 58, CA and 32. RGB value is (88,202,50). Sum of RGB (Red+Green+Blue) = 88+202+50=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA32 is #A735CD. Grayscale: #979797. Windows color (decimal): -10958286 or 3328600. OLE color: 3328600.
HSL color Cylindrical-coordinate representation of color #58CA32: hue angle of 105º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58CA32 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 50 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.21 |
| HSL | 105º | 0.6% | 0.49% | - |
| HSV(B) | 105º | 0.75% | 0.79% | - |
| XYZ | 25.72 | 44.55 | 10.26 | - |
| YUV | 150.59 | 71.23 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 50 | 0.56 | 0 | 0.75 | 0.21 | 105 | 0.6 | 0.49 |
| Hex | 58 | CA | 32 | 38 | 0 | 4B | 15 | 69 | 3C | 31 |
| Octal | 130 | 312 | 62 | 70 | 0 | 113 | 25 | 151 | 74 | 61 |
| Binary | 1011000 | 11001010 | 110010 | 111000 | 0 | 1001011 | 10101 | 1101001 | 111100 | 110001 |
Color Harmonies of #58CA32
Complementary color
Monochromatic Colors of #58CA32
Black with #58CA32
Text Example
Text Example
White with #58CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA32; }
p { color: rgb(88,202,50); }
H1.HeaderClassName
{
color: #58CA32;
}
.AnyTagClassName
{
color: #58CA32;
}
</style>
background-color css
<style>
a { background-color: #58CA32; }
a { background-color: rgb(88,202,50); }
div.DivClassName
{
background-color: #58CA32;
}
.BgClassName
{
background-color: #58CA32;
}
</style>
border-color css
<style>
span { border-color: #58CA32; }
span { border-color: rgb(88,202,50); }
td.TdClassName
{
border-color: #58CA32;
}
.TagClassName
{
border-color: #58CA32;
}
</style>