Shades of Limeade #58960E
Tints of Limeade #58960E
RGB
CMYK
RGB Variations
Color information
#58960E (or 0x58960E) is known color: Limeade. HEX triplet: 58, 96 and 0E. RGB value is (88,150,14). Sum of RGB (Red+Green+Blue) = 88+150+14=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #58960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58960E is #A769F1. Grayscale: #747474. Windows color (decimal): -10971634 or 955992. OLE color: 955992.
HSL color Cylindrical-coordinate representation of color #58960E: hue angle of 87.35º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58960E is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 150 | 14 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.41 |
| HSL | 87.35º | 0.83% | 0.32% | - |
| HSV(B) | 87.35º | 0.91% | 0.59% | - |
| XYZ | 15.01 | 23.92 | 4.24 | - |
| YUV | 115.96 | 70.46 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 14 | 0.41 | 0 | 0.91 | 0.41 | 87.35 | 0.83 | 0.32 |
| Hex | 58 | 96 | E | 29 | 0 | 5B | 29 | 57 | 53 | 20 |
| Octal | 130 | 226 | 16 | 51 | 0 | 133 | 51 | 127 | 123 | 40 |
| Binary | 1011000 | 10010110 | 1110 | 101001 | 0 | 1011011 | 101001 | 1010111 | 1010011 | 100000 |
Color Harmonies of #58960E
Complementary color
Monochromatic Colors of #58960E
Black with #58960E
Text Example
Text Example
White with #58960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58960E; }
p { color: rgb(88,150,14); }
H1.HeaderClassName
{
color: #58960E;
}
.AnyTagClassName
{
color: #58960E;
}
</style>
background-color css
<style>
a { background-color: #58960E; }
a { background-color: rgb(88,150,14); }
div.DivClassName
{
background-color: #58960E;
}
.BgClassName
{
background-color: #58960E;
}
</style>
border-color css
<style>
span { border-color: #58960E; }
span { border-color: rgb(88,150,14); }
td.TdClassName
{
border-color: #58960E;
}
.TagClassName
{
border-color: #58960E;
}
</style>