Shades of Kelly Green #58C328
Tints of Kelly Green #58C328
RGB
CMYK
RGB Variations
Color information
#58C328 (or 0x58C328) is known color: Kelly Green. HEX triplet: 58, C3 and 28. RGB value is (88,195,40). Sum of RGB (Red+Green+Blue) = 88+195+40=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #58C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C328 is #A73CD7. Grayscale: #919191. Windows color (decimal): -10960088 or 2671448. OLE color: 2671448.
HSL color Cylindrical-coordinate representation of color #58C328: hue angle of 101.42º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58C328 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 40 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.24 |
| HSL | 101.42º | 0.66% | 0.46% | - |
| HSV(B) | 101.42º | 0.79% | 0.76% | - |
| XYZ | 23.92 | 41.26 | 8.71 | - |
| YUV | 145.34 | 68.55 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 40 | 0.55 | 0 | 0.79 | 0.24 | 101.42 | 0.66 | 0.46 |
| Hex | 58 | C3 | 28 | 37 | 0 | 4F | 18 | 65 | 42 | 2E |
| Octal | 130 | 303 | 50 | 67 | 0 | 117 | 30 | 145 | 102 | 56 |
| Binary | 1011000 | 11000011 | 101000 | 110111 | 0 | 1001111 | 11000 | 1100101 | 1000010 | 101110 |
Color Harmonies of #58C328
Complementary color
Monochromatic Colors of #58C328
Black with #58C328
Text Example
Text Example
White with #58C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C328; }
p { color: rgb(88,195,40); }
H1.HeaderClassName
{
color: #58C328;
}
.AnyTagClassName
{
color: #58C328;
}
</style>
background-color css
<style>
a { background-color: #58C328; }
a { background-color: rgb(88,195,40); }
div.DivClassName
{
background-color: #58C328;
}
.BgClassName
{
background-color: #58C328;
}
</style>
border-color css
<style>
span { border-color: #58C328; }
span { border-color: rgb(88,195,40); }
td.TdClassName
{
border-color: #58C328;
}
.TagClassName
{
border-color: #58C328;
}
</style>