Shades of Kelly Green #58BC01
Tints of Kelly Green #58BC01
RGB
CMYK
RGB Variations
Color information
#58BC01 (or 0x58BC01) is known color: Kelly Green. HEX triplet: 58, BC and 01. RGB value is (88,188,1). Sum of RGB (Red+Green+Blue) = 88+188+1=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BC01 is #A743FE. Grayscale: #898989. Windows color (decimal): -10961919 or 113752. OLE color: 113752.
HSL color Cylindrical-coordinate representation of color #58BC01: hue angle of 92.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58BC01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.26 |
| HSL | 92.09º | 0.99% | 0.37% | - |
| HSV(B) | 92.09º | 0.99% | 0.74% | - |
| XYZ | 22.01 | 38.04 | 6.21 | - |
| YUV | 136.78 | 51.37 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 1 | 0.53 | 0 | 0.99 | 0.26 | 92.09 | 0.99 | 0.37 |
| Hex | 58 | BC | 1 | 35 | 0 | 63 | 1A | 5C | 63 | 25 |
| Octal | 130 | 274 | 1 | 65 | 0 | 143 | 32 | 134 | 143 | 45 |
| Binary | 1011000 | 10111100 | 1 | 110101 | 0 | 1100011 | 11010 | 1011100 | 1100011 | 100101 |
Color Harmonies of #58BC01
Complementary color
Monochromatic Colors of #58BC01
Black with #58BC01
Text Example
Text Example
White with #58BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC01; }
p { color: rgb(88,188,1); }
H1.HeaderClassName
{
color: #58BC01;
}
.AnyTagClassName
{
color: #58BC01;
}
</style>
background-color css
<style>
a { background-color: #58BC01; }
a { background-color: rgb(88,188,1); }
div.DivClassName
{
background-color: #58BC01;
}
.BgClassName
{
background-color: #58BC01;
}
</style>
border-color css
<style>
span { border-color: #58BC01; }
span { border-color: rgb(88,188,1); }
td.TdClassName
{
border-color: #58BC01;
}
.TagClassName
{
border-color: #58BC01;
}
</style>