Shades of Kelly Green #58BA10
Tints of Kelly Green #58BA10
RGB
CMYK
RGB Variations
Color information
#58BA10 (or 0x58BA10) is known color: Kelly Green. HEX triplet: 58, BA and 10. RGB value is (88,186,16). Sum of RGB (Red+Green+Blue) = 88+186+16=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BA10 is #A745EF. Grayscale: #898989. Windows color (decimal): -10962416 or 1096280. OLE color: 1096280.
HSL color Cylindrical-coordinate representation of color #58BA10: hue angle of 94.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58BA10 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 16 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.27 |
| HSL | 94.59º | 0.84% | 0.4% | - |
| HSV(B) | 94.59º | 0.91% | 0.73% | - |
| XYZ | 21.68 | 37.23 | 6.53 | - |
| YUV | 137.32 | 59.53 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 16 | 0.53 | 0 | 0.91 | 0.27 | 94.59 | 0.84 | 0.4 |
| Hex | 58 | BA | 10 | 35 | 0 | 5B | 1B | 5F | 54 | 28 |
| Octal | 130 | 272 | 20 | 65 | 0 | 133 | 33 | 137 | 124 | 50 |
| Binary | 1011000 | 10111010 | 10000 | 110101 | 0 | 1011011 | 11011 | 1011111 | 1010100 | 101000 |
Color Harmonies of #58BA10
Complementary color
Monochromatic Colors of #58BA10
Black with #58BA10
Text Example
Text Example
White with #58BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA10; }
p { color: rgb(88,186,16); }
H1.HeaderClassName
{
color: #58BA10;
}
.AnyTagClassName
{
color: #58BA10;
}
</style>
background-color css
<style>
a { background-color: #58BA10; }
a { background-color: rgb(88,186,16); }
div.DivClassName
{
background-color: #58BA10;
}
.BgClassName
{
background-color: #58BA10;
}
</style>
border-color css
<style>
span { border-color: #58BA10; }
span { border-color: rgb(88,186,16); }
td.TdClassName
{
border-color: #58BA10;
}
.TagClassName
{
border-color: #58BA10;
}
</style>