Shades of Kelly Green #58D70B
Tints of Kelly Green #58D70B
RGB
CMYK
RGB Variations
Color information
#58D70B (or 0x58D70B) is known color: Kelly Green. HEX triplet: 58, D7 and 0B. RGB value is (88,215,11). Sum of RGB (Red+Green+Blue) = 88+215+11=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #58D70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58D70B is #A728F4. Grayscale: #9A9A9A. Windows color (decimal): -10954997 or 776024. OLE color: 776024.
HSL color Cylindrical-coordinate representation of color #58D70B: hue angle of 97.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58D70B is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 11 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.16 |
| HSL | 97.35º | 0.9% | 0.44% | - |
| HSV(B) | 97.35º | 0.95% | 0.84% | - |
| XYZ | 28.39 | 50.7 | 8.61 | - |
| YUV | 153.77 | 47.42 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 11 | 0.59 | 0 | 0.95 | 0.16 | 97.35 | 0.9 | 0.44 |
| Hex | 58 | D7 | B | 3B | 0 | 5F | 10 | 61 | 5A | 2C |
| Octal | 130 | 327 | 13 | 73 | 0 | 137 | 20 | 141 | 132 | 54 |
| Binary | 1011000 | 11010111 | 1011 | 111011 | 0 | 1011111 | 10000 | 1100001 | 1011010 | 101100 |
Color Harmonies of #58D70B
Complementary color
Monochromatic Colors of #58D70B
Black with #58D70B
Text Example
Text Example
White with #58D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D70B; }
p { color: rgb(88,215,11); }
H1.HeaderClassName
{
color: #58D70B;
}
.AnyTagClassName
{
color: #58D70B;
}
</style>
background-color css
<style>
a { background-color: #58D70B; }
a { background-color: rgb(88,215,11); }
div.DivClassName
{
background-color: #58D70B;
}
.BgClassName
{
background-color: #58D70B;
}
</style>
border-color css
<style>
span { border-color: #58D70B; }
span { border-color: rgb(88,215,11); }
td.TdClassName
{
border-color: #58D70B;
}
.TagClassName
{
border-color: #58D70B;
}
</style>