Shades of Kelly Green #58CB29
Tints of Kelly Green #58CB29
RGB
CMYK
RGB Variations
Color information
#58CB29 (or 0x58CB29) is known color: Kelly Green. HEX triplet: 58, CB and 29. RGB value is (88,203,41). Sum of RGB (Red+Green+Blue) = 88+203+41=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CB29 is #A734D6. Grayscale: #969696. Windows color (decimal): -10958039 or 2739032. OLE color: 2739032.
HSL color Cylindrical-coordinate representation of color #58CB29: hue angle of 102.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58CB29 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 41 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.20 |
| HSL | 102.59º | 0.66% | 0.48% | - |
| HSV(B) | 102.59º | 0.8% | 0.8% | - |
| XYZ | 25.78 | 44.95 | 9.41 | - |
| YUV | 150.15 | 66.4 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 41 | 0.57 | 0 | 0.80 | 0.20 | 102.59 | 0.66 | 0.48 |
| Hex | 58 | CB | 29 | 39 | 0 | 50 | 14 | 67 | 42 | 30 |
| Octal | 130 | 313 | 51 | 71 | 0 | 120 | 24 | 147 | 102 | 60 |
| Binary | 1011000 | 11001011 | 101001 | 111001 | 0 | 1010000 | 10100 | 1100111 | 1000010 | 110000 |
Color Harmonies of #58CB29
Complementary color
Monochromatic Colors of #58CB29
Black with #58CB29
Text Example
Text Example
White with #58CB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CB29; }
p { color: rgb(88,203,41); }
H1.HeaderClassName
{
color: #58CB29;
}
.AnyTagClassName
{
color: #58CB29;
}
</style>
background-color css
<style>
a { background-color: #58CB29; }
a { background-color: rgb(88,203,41); }
div.DivClassName
{
background-color: #58CB29;
}
.BgClassName
{
background-color: #58CB29;
}
</style>
border-color css
<style>
span { border-color: #58CB29; }
span { border-color: rgb(88,203,41); }
td.TdClassName
{
border-color: #58CB29;
}
.TagClassName
{
border-color: #58CB29;
}
</style>