Shades of Kelly Green #58B40C
Tints of Kelly Green #58B40C
RGB
CMYK
RGB Variations
Color information
#58B40C (or 0x58B40C) is known color: Kelly Green. HEX triplet: 58, B4 and 0C. RGB value is (88,180,12). Sum of RGB (Red+Green+Blue) = 88+180+12=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #58B40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58B40C is #A74BF3. Grayscale: #858585. Windows color (decimal): -10963956 or 832600. OLE color: 832600.
HSL color Cylindrical-coordinate representation of color #58B40C: hue angle of 92.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58B40C is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 180 | 12 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.29 |
| HSL | 92.86º | 0.88% | 0.38% | - |
| HSV(B) | 92.86º | 0.93% | 0.71% | - |
| XYZ | 20.41 | 34.74 | 5.98 | - |
| YUV | 133.34 | 59.52 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 12 | 0.51 | 0 | 0.93 | 0.29 | 92.86 | 0.88 | 0.38 |
| Hex | 58 | B4 | C | 33 | 0 | 5D | 1D | 5D | 58 | 26 |
| Octal | 130 | 264 | 14 | 63 | 0 | 135 | 35 | 135 | 130 | 46 |
| Binary | 1011000 | 10110100 | 1100 | 110011 | 0 | 1011101 | 11101 | 1011101 | 1011000 | 100110 |
Color Harmonies of #58B40C
Complementary color
Monochromatic Colors of #58B40C
Black with #58B40C
Text Example
Text Example
White with #58B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B40C; }
p { color: rgb(88,180,12); }
H1.HeaderClassName
{
color: #58B40C;
}
.AnyTagClassName
{
color: #58B40C;
}
</style>
background-color css
<style>
a { background-color: #58B40C; }
a { background-color: rgb(88,180,12); }
div.DivClassName
{
background-color: #58B40C;
}
.BgClassName
{
background-color: #58B40C;
}
</style>
border-color css
<style>
span { border-color: #58B40C; }
span { border-color: rgb(88,180,12); }
td.TdClassName
{
border-color: #58B40C;
}
.TagClassName
{
border-color: #58B40C;
}
</style>