Shades of Kelly Green #58AF28
Tints of Kelly Green #58AF28
RGB
CMYK
RGB Variations
Color information
#58AF28 (or 0x58AF28) is known color: Kelly Green. HEX triplet: 58, AF and 28. RGB value is (88,175,40). Sum of RGB (Red+Green+Blue) = 88+175+40=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AF28 is #A750D7. Grayscale: #868686. Windows color (decimal): -10965208 or 2666328. OLE color: 2666328.
HSL color Cylindrical-coordinate representation of color #58AF28: hue angle of 98.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58AF28 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 175 | 40 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.31 |
| HSL | 98.67º | 0.63% | 0.42% | - |
| HSV(B) | 98.67º | 0.77% | 0.69% | - |
| XYZ | 19.74 | 32.89 | 7.32 | - |
| YUV | 133.6 | 75.18 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 40 | 0.50 | 0 | 0.77 | 0.31 | 98.67 | 0.63 | 0.42 |
| Hex | 58 | AF | 28 | 32 | 0 | 4D | 1F | 63 | 3F | 2A |
| Octal | 130 | 257 | 50 | 62 | 0 | 115 | 37 | 143 | 77 | 52 |
| Binary | 1011000 | 10101111 | 101000 | 110010 | 0 | 1001101 | 11111 | 1100011 | 111111 | 101010 |
Color Harmonies of #58AF28
Complementary color
Monochromatic Colors of #58AF28
Black with #58AF28
Text Example
Text Example
White with #58AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AF28; }
p { color: rgb(88,175,40); }
H1.HeaderClassName
{
color: #58AF28;
}
.AnyTagClassName
{
color: #58AF28;
}
</style>
background-color css
<style>
a { background-color: #58AF28; }
a { background-color: rgb(88,175,40); }
div.DivClassName
{
background-color: #58AF28;
}
.BgClassName
{
background-color: #58AF28;
}
</style>
border-color css
<style>
span { border-color: #58AF28; }
span { border-color: rgb(88,175,40); }
td.TdClassName
{
border-color: #58AF28;
}
.TagClassName
{
border-color: #58AF28;
}
</style>