Shades of Kelly Green #58BC0D
Tints of Kelly Green #58BC0D
RGB
CMYK
RGB Variations
Color information
#58BC0D (or 0x58BC0D) is known color: Kelly Green. HEX triplet: 58, BC and 0D. RGB value is (88,188,13). Sum of RGB (Red+Green+Blue) = 88+188+13=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BC0D is #A743F2. Grayscale: #8A8A8A. Windows color (decimal): -10961907 or 900184. OLE color: 900184.
HSL color Cylindrical-coordinate representation of color #58BC0D: hue angle of 94.29º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58BC0D is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 13 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.26 |
| HSL | 94.29º | 0.87% | 0.39% | - |
| HSV(B) | 94.29º | 0.93% | 0.74% | - |
| XYZ | 22.08 | 38.07 | 6.57 | - |
| YUV | 138.15 | 57.37 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 13 | 0.53 | 0 | 0.93 | 0.26 | 94.29 | 0.87 | 0.39 |
| Hex | 58 | BC | D | 35 | 0 | 5D | 1A | 5E | 57 | 27 |
| Octal | 130 | 274 | 15 | 65 | 0 | 135 | 32 | 136 | 127 | 47 |
| Binary | 1011000 | 10111100 | 1101 | 110101 | 0 | 1011101 | 11010 | 1011110 | 1010111 | 100111 |
Color Harmonies of #58BC0D
Complementary color
Monochromatic Colors of #58BC0D
Black with #58BC0D
Text Example
Text Example
White with #58BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC0D; }
p { color: rgb(88,188,13); }
H1.HeaderClassName
{
color: #58BC0D;
}
.AnyTagClassName
{
color: #58BC0D;
}
</style>
background-color css
<style>
a { background-color: #58BC0D; }
a { background-color: rgb(88,188,13); }
div.DivClassName
{
background-color: #58BC0D;
}
.BgClassName
{
background-color: #58BC0D;
}
</style>
border-color css
<style>
span { border-color: #58BC0D; }
span { border-color: rgb(88,188,13); }
td.TdClassName
{
border-color: #58BC0D;
}
.TagClassName
{
border-color: #58BC0D;
}
</style>