Shades of Kelly Green #58B01F
Tints of Kelly Green #58B01F
RGB
CMYK
RGB Variations
Color information
#58B01F (or 0x58B01F) is known color: Kelly Green. HEX triplet: 58, B0 and 1F. RGB value is (88,176,31). Sum of RGB (Red+Green+Blue) = 88+176+31=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #58B01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58B01F is #A74FE0. Grayscale: #858585. Windows color (decimal): -10964961 or 2076760. OLE color: 2076760.
HSL color Cylindrical-coordinate representation of color #58B01F: hue angle of 96.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58B01F is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 176 | 31 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.31 |
| HSL | 96.41º | 0.7% | 0.41% | - |
| HSV(B) | 96.41º | 0.82% | 0.69% | - |
| XYZ | 19.8 | 33.22 | 6.67 | - |
| YUV | 133.16 | 70.35 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 176 | 31 | 0.50 | 0 | 0.82 | 0.31 | 96.41 | 0.7 | 0.41 |
| Hex | 58 | B0 | 1F | 32 | 0 | 52 | 1F | 60 | 46 | 29 |
| Octal | 130 | 260 | 37 | 62 | 0 | 122 | 37 | 140 | 106 | 51 |
| Binary | 1011000 | 10110000 | 11111 | 110010 | 0 | 1010010 | 11111 | 1100000 | 1000110 | 101001 |
Color Harmonies of #58B01F
Complementary color
Monochromatic Colors of #58B01F
Black with #58B01F
Text Example
Text Example
White with #58B01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B01F; }
p { color: rgb(88,176,31); }
H1.HeaderClassName
{
color: #58B01F;
}
.AnyTagClassName
{
color: #58B01F;
}
</style>
background-color css
<style>
a { background-color: #58B01F; }
a { background-color: rgb(88,176,31); }
div.DivClassName
{
background-color: #58B01F;
}
.BgClassName
{
background-color: #58B01F;
}
</style>
border-color css
<style>
span { border-color: #58B01F; }
span { border-color: rgb(88,176,31); }
td.TdClassName
{
border-color: #58B01F;
}
.TagClassName
{
border-color: #58B01F;
}
</style>