Shades of Kelly Green #58BA2F
Tints of Kelly Green #58BA2F
RGB
CMYK
RGB Variations
Color information
#58BA2F (or 0x58BA2F) is known color: Kelly Green. HEX triplet: 58, BA and 2F. RGB value is (88,186,47). Sum of RGB (Red+Green+Blue) = 88+186+47=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA2F is #A745D0. Grayscale: #8D8D8D. Windows color (decimal): -10962385 or 3127896. OLE color: 3127896.
HSL color Cylindrical-coordinate representation of color #58BA2F: hue angle of 102.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58BA2F is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 47 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.27 |
| HSL | 102.3º | 0.6% | 0.46% | - |
| HSV(B) | 102.3º | 0.75% | 0.73% | - |
| XYZ | 22.1 | 37.4 | 8.74 | - |
| YUV | 140.85 | 75.03 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 47 | 0.53 | 0 | 0.75 | 0.27 | 102.3 | 0.6 | 0.46 |
| Hex | 58 | BA | 2F | 35 | 0 | 4B | 1B | 66 | 3C | 2E |
| Octal | 130 | 272 | 57 | 65 | 0 | 113 | 33 | 146 | 74 | 56 |
| Binary | 1011000 | 10111010 | 101111 | 110101 | 0 | 1001011 | 11011 | 1100110 | 111100 | 101110 |
Color Harmonies of #58BA2F
Complementary color
Monochromatic Colors of #58BA2F
Black with #58BA2F
Text Example
Text Example
White with #58BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA2F; }
p { color: rgb(88,186,47); }
H1.HeaderClassName
{
color: #58BA2F;
}
.AnyTagClassName
{
color: #58BA2F;
}
</style>
background-color css
<style>
a { background-color: #58BA2F; }
a { background-color: rgb(88,186,47); }
div.DivClassName
{
background-color: #58BA2F;
}
.BgClassName
{
background-color: #58BA2F;
}
</style>
border-color css
<style>
span { border-color: #58BA2F; }
span { border-color: rgb(88,186,47); }
td.TdClassName
{
border-color: #58BA2F;
}
.TagClassName
{
border-color: #58BA2F;
}
</style>