Shades of Kelly Green #58B320
Tints of Kelly Green #58B320
RGB
CMYK
RGB Variations
Color information
#58B320 (or 0x58B320) is known color: Kelly Green. HEX triplet: 58, B3 and 20. RGB value is (88,179,32). Sum of RGB (Red+Green+Blue) = 88+179+32=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #58B320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58B320 is #A74CDF. Grayscale: #878787. Windows color (decimal): -10964192 or 2143064. OLE color: 2143064.
HSL color Cylindrical-coordinate representation of color #58B320: hue angle of 97.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58B320 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 179 | 32 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.30 |
| HSL | 97.14º | 0.7% | 0.41% | - |
| HSV(B) | 97.14º | 0.82% | 0.7% | - |
| XYZ | 20.41 | 34.42 | 6.93 | - |
| YUV | 135.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 32 | 0.51 | 0 | 0.82 | 0.30 | 97.14 | 0.7 | 0.41 |
| Hex | 58 | B3 | 20 | 33 | 0 | 52 | 1E | 61 | 46 | 29 |
| Octal | 130 | 263 | 40 | 63 | 0 | 122 | 36 | 141 | 106 | 51 |
| Binary | 1011000 | 10110011 | 100000 | 110011 | 0 | 1010010 | 11110 | 1100001 | 1000110 | 101001 |
Color Harmonies of #58B320
Complementary color
Monochromatic Colors of #58B320
Black with #58B320
Text Example
Text Example
White with #58B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B320; }
p { color: rgb(88,179,32); }
H1.HeaderClassName
{
color: #58B320;
}
.AnyTagClassName
{
color: #58B320;
}
</style>
background-color css
<style>
a { background-color: #58B320; }
a { background-color: rgb(88,179,32); }
div.DivClassName
{
background-color: #58B320;
}
.BgClassName
{
background-color: #58B320;
}
</style>
border-color css
<style>
span { border-color: #58B320; }
span { border-color: rgb(88,179,32); }
td.TdClassName
{
border-color: #58B320;
}
.TagClassName
{
border-color: #58B320;
}
</style>