Shades of Kelly Green #58BC15
Tints of Kelly Green #58BC15
RGB
CMYK
RGB Variations
Color information
#58BC15 (or 0x58BC15) is known color: Kelly Green. HEX triplet: 58, BC and 15. RGB value is (88,188,21). Sum of RGB (Red+Green+Blue) = 88+188+21=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BC15 is #A743EA. Grayscale: #8B8B8B. Windows color (decimal): -10961899 or 1424472. OLE color: 1424472.
HSL color Cylindrical-coordinate representation of color #58BC15: hue angle of 95.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58BC15 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 21 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.26 |
| HSL | 95.93º | 0.8% | 0.41% | - |
| HSV(B) | 95.93º | 0.89% | 0.74% | - |
| XYZ | 22.14 | 38.1 | 6.9 | - |
| YUV | 139.06 | 61.37 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 21 | 0.53 | 0 | 0.89 | 0.26 | 95.93 | 0.8 | 0.41 |
| Hex | 58 | BC | 15 | 35 | 0 | 59 | 1A | 60 | 50 | 29 |
| Octal | 130 | 274 | 25 | 65 | 0 | 131 | 32 | 140 | 120 | 51 |
| Binary | 1011000 | 10111100 | 10101 | 110101 | 0 | 1011001 | 11010 | 1100000 | 1010000 | 101001 |
Color Harmonies of #58BC15
Complementary color
Monochromatic Colors of #58BC15
Black with #58BC15
Text Example
Text Example
White with #58BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC15; }
p { color: rgb(88,188,21); }
H1.HeaderClassName
{
color: #58BC15;
}
.AnyTagClassName
{
color: #58BC15;
}
</style>
background-color css
<style>
a { background-color: #58BC15; }
a { background-color: rgb(88,188,21); }
div.DivClassName
{
background-color: #58BC15;
}
.BgClassName
{
background-color: #58BC15;
}
</style>
border-color css
<style>
span { border-color: #58BC15; }
span { border-color: rgb(88,188,21); }
td.TdClassName
{
border-color: #58BC15;
}
.TagClassName
{
border-color: #58BC15;
}
</style>