Shades of Kelly Green #58BA2A
Tints of Kelly Green #58BA2A
RGB
CMYK
RGB Variations
Color information
#58BA2A (or 0x58BA2A) is known color: Kelly Green. HEX triplet: 58, BA and 2A. RGB value is (88,186,42). Sum of RGB (Red+Green+Blue) = 88+186+42=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA2A is #A745D5. Grayscale: #8C8C8C. Windows color (decimal): -10962390 or 2800216. OLE color: 2800216.
HSL color Cylindrical-coordinate representation of color #58BA2A: hue angle of 100.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58BA2A is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 42 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.27 |
| HSL | 100.83º | 0.63% | 0.45% | - |
| HSV(B) | 100.83º | 0.77% | 0.73% | - |
| XYZ | 22 | 37.36 | 8.24 | - |
| YUV | 140.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 42 | 0.53 | 0 | 0.77 | 0.27 | 100.83 | 0.63 | 0.45 |
| Hex | 58 | BA | 2A | 35 | 0 | 4D | 1B | 65 | 3F | 2D |
| Octal | 130 | 272 | 52 | 65 | 0 | 115 | 33 | 145 | 77 | 55 |
| Binary | 1011000 | 10111010 | 101010 | 110101 | 0 | 1001101 | 11011 | 1100101 | 111111 | 101101 |
Color Harmonies of #58BA2A
Complementary color
Monochromatic Colors of #58BA2A
Black with #58BA2A
Text Example
Text Example
White with #58BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA2A; }
p { color: rgb(88,186,42); }
H1.HeaderClassName
{
color: #58BA2A;
}
.AnyTagClassName
{
color: #58BA2A;
}
</style>
background-color css
<style>
a { background-color: #58BA2A; }
a { background-color: rgb(88,186,42); }
div.DivClassName
{
background-color: #58BA2A;
}
.BgClassName
{
background-color: #58BA2A;
}
</style>
border-color css
<style>
span { border-color: #58BA2A; }
span { border-color: rgb(88,186,42); }
td.TdClassName
{
border-color: #58BA2A;
}
.TagClassName
{
border-color: #58BA2A;
}
</style>