Shades of Kelly Green #58BA00
Tints of Kelly Green #58BA00
RGB
CMYK
RGB Variations
Color information
#58BA00 (or 0x58BA00) is known color: Kelly Green. HEX triplet: 58, BA and 00. RGB value is (88,186,0). Sum of RGB (Red+Green+Blue) = 88+186+0=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BA00 is #A745FF. Grayscale: #888888. Windows color (decimal): -10962432 or 47704. OLE color: 47704.
HSL color Cylindrical-coordinate representation of color #58BA00: hue angle of 91.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58BA00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.27 |
| HSL | 91.61º | 1% | 0.36% | - |
| HSV(B) | 91.61º | 1% | 0.73% | - |
| XYZ | 21.58 | 37.19 | 6.04 | - |
| YUV | 135.49 | 51.53 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 0 | 0.53 | 0 | 1 | 0.27 | 91.61 | 1 | 0.36 |
| Hex | 58 | BA | 0 | 35 | 0 | 64 | 1B | 5C | 64 | 24 |
| Octal | 130 | 272 | 0 | 65 | 0 | 144 | 33 | 134 | 144 | 44 |
| Binary | 1011000 | 10111010 | 0 | 110101 | 0 | 1100100 | 11011 | 1011100 | 1100100 | 100100 |
Color Harmonies of #58BA00
Complementary color
Monochromatic Colors of #58BA00
Black with #58BA00
Text Example
Text Example
White with #58BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA00; }
p { color: rgb(88,186,0); }
H1.HeaderClassName
{
color: #58BA00;
}
.AnyTagClassName
{
color: #58BA00;
}
</style>
background-color css
<style>
a { background-color: #58BA00; }
a { background-color: rgb(88,186,0); }
div.DivClassName
{
background-color: #58BA00;
}
.BgClassName
{
background-color: #58BA00;
}
</style>
border-color css
<style>
span { border-color: #58BA00; }
span { border-color: rgb(88,186,0); }
td.TdClassName
{
border-color: #58BA00;
}
.TagClassName
{
border-color: #58BA00;
}
</style>