Shades of Limeade #58960C
Tints of Limeade #58960C
RGB
CMYK
RGB Variations
Color information
#58960C (or 0x58960C) is known color: Limeade. HEX triplet: 58, 96 and 0C. RGB value is (88,150,12). Sum of RGB (Red+Green+Blue) = 88+150+12=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #58960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58960C is #A769F3. Grayscale: #747474. Windows color (decimal): -10971636 or 824920. OLE color: 824920.
HSL color Cylindrical-coordinate representation of color #58960C: hue angle of 86.96º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58960C is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 150 | 12 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.41 |
| HSL | 86.96º | 0.85% | 0.32% | - |
| HSV(B) | 86.96º | 0.92% | 0.59% | - |
| XYZ | 15 | 23.91 | 4.17 | - |
| YUV | 115.73 | 69.46 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 12 | 0.41 | 0 | 0.92 | 0.41 | 86.96 | 0.85 | 0.32 |
| Hex | 58 | 96 | C | 29 | 0 | 5C | 29 | 57 | 55 | 20 |
| Octal | 130 | 226 | 14 | 51 | 0 | 134 | 51 | 127 | 125 | 40 |
| Binary | 1011000 | 10010110 | 1100 | 101001 | 0 | 1011100 | 101001 | 1010111 | 1010101 | 100000 |
Color Harmonies of #58960C
Complementary color
Monochromatic Colors of #58960C
Black with #58960C
Text Example
Text Example
White with #58960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58960C; }
p { color: rgb(88,150,12); }
H1.HeaderClassName
{
color: #58960C;
}
.AnyTagClassName
{
color: #58960C;
}
</style>
background-color css
<style>
a { background-color: #58960C; }
a { background-color: rgb(88,150,12); }
div.DivClassName
{
background-color: #58960C;
}
.BgClassName
{
background-color: #58960C;
}
</style>
border-color css
<style>
span { border-color: #58960C; }
span { border-color: rgb(88,150,12); }
td.TdClassName
{
border-color: #58960C;
}
.TagClassName
{
border-color: #58960C;
}
</style>