Shades of Kelly Green #58BC11
Tints of Kelly Green #58BC11
RGB
CMYK
RGB Variations
Color information
#58BC11 (or 0x58BC11) is known color: Kelly Green. HEX triplet: 58, BC and 11. RGB value is (88,188,17). Sum of RGB (Red+Green+Blue) = 88+188+17=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BC11 is #A743EE. Grayscale: #8B8B8B. Windows color (decimal): -10961903 or 1162328. OLE color: 1162328.
HSL color Cylindrical-coordinate representation of color #58BC11: hue angle of 95.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58BC11 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 17 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.26 |
| HSL | 95.09º | 0.83% | 0.4% | - |
| HSV(B) | 95.09º | 0.91% | 0.74% | - |
| XYZ | 22.11 | 38.08 | 6.72 | - |
| YUV | 138.61 | 59.37 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 17 | 0.53 | 0 | 0.91 | 0.26 | 95.09 | 0.83 | 0.4 |
| Hex | 58 | BC | 11 | 35 | 0 | 5B | 1A | 5F | 53 | 28 |
| Octal | 130 | 274 | 21 | 65 | 0 | 133 | 32 | 137 | 123 | 50 |
| Binary | 1011000 | 10111100 | 10001 | 110101 | 0 | 1011011 | 11010 | 1011111 | 1010011 | 101000 |
Color Harmonies of #58BC11
Complementary color
Monochromatic Colors of #58BC11
Black with #58BC11
Text Example
Text Example
White with #58BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC11; }
p { color: rgb(88,188,17); }
H1.HeaderClassName
{
color: #58BC11;
}
.AnyTagClassName
{
color: #58BC11;
}
</style>
background-color css
<style>
a { background-color: #58BC11; }
a { background-color: rgb(88,188,17); }
div.DivClassName
{
background-color: #58BC11;
}
.BgClassName
{
background-color: #58BC11;
}
</style>
border-color css
<style>
span { border-color: #58BC11; }
span { border-color: rgb(88,188,17); }
td.TdClassName
{
border-color: #58BC11;
}
.TagClassName
{
border-color: #58BC11;
}
</style>