Shades of Kelly Green #58BB14
Tints of Kelly Green #58BB14
RGB
CMYK
RGB Variations
Color information
#58BB14 (or 0x58BB14) is known color: Kelly Green. HEX triplet: 58, BB and 14. RGB value is (88,187,20). Sum of RGB (Red+Green+Blue) = 88+187+20=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BB14 is #A744EB. Grayscale: #8A8A8A. Windows color (decimal): -10962156 or 1358680. OLE color: 1358680.
HSL color Cylindrical-coordinate representation of color #58BB14: hue angle of 95.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58BB14 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 187 | 20 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.27 |
| HSL | 95.57º | 0.81% | 0.41% | - |
| HSV(B) | 95.57º | 0.89% | 0.73% | - |
| XYZ | 21.92 | 37.67 | 6.78 | - |
| YUV | 138.36 | 61.2 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 20 | 0.53 | 0 | 0.89 | 0.27 | 95.57 | 0.81 | 0.41 |
| Hex | 58 | BB | 14 | 35 | 0 | 59 | 1B | 60 | 51 | 29 |
| Octal | 130 | 273 | 24 | 65 | 0 | 131 | 33 | 140 | 121 | 51 |
| Binary | 1011000 | 10111011 | 10100 | 110101 | 0 | 1011001 | 11011 | 1100000 | 1010001 | 101001 |
Color Harmonies of #58BB14
Complementary color
Monochromatic Colors of #58BB14
Black with #58BB14
Text Example
Text Example
White with #58BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BB14; }
p { color: rgb(88,187,20); }
H1.HeaderClassName
{
color: #58BB14;
}
.AnyTagClassName
{
color: #58BB14;
}
</style>
background-color css
<style>
a { background-color: #58BB14; }
a { background-color: rgb(88,187,20); }
div.DivClassName
{
background-color: #58BB14;
}
.BgClassName
{
background-color: #58BB14;
}
</style>
border-color css
<style>
span { border-color: #58BB14; }
span { border-color: rgb(88,187,20); }
td.TdClassName
{
border-color: #58BB14;
}
.TagClassName
{
border-color: #58BB14;
}
</style>