Shades of Limeade #58990D
Tints of Limeade #58990D
RGB
CMYK
RGB Variations
Color information
#58990D (or 0x58990D) is known color: Limeade. HEX triplet: 58, 99 and 0D. RGB value is (88,153,13). Sum of RGB (Red+Green+Blue) = 88+153+13=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #58990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58990D is #A766F2. Grayscale: #767676. Windows color (decimal): -10970867 or 891224. OLE color: 891224.
HSL color Cylindrical-coordinate representation of color #58990D: hue angle of 87.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58990D is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 13 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.4 |
| HSL | 87.86º | 0.84% | 0.33% | - |
| HSV(B) | 87.86º | 0.92% | 0.6% | - |
| XYZ | 15.49 | 24.89 | 4.37 | - |
| YUV | 117.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 13 | 0.42 | 0 | 0.92 | 0.4 | 87.86 | 0.84 | 0.33 |
| Hex | 58 | 99 | D | 2A | 0 | 5C | 28 | 58 | 54 | 21 |
| Octal | 130 | 231 | 15 | 52 | 0 | 134 | 50 | 130 | 124 | 41 |
| Binary | 1011000 | 10011001 | 1101 | 101010 | 0 | 1011100 | 101000 | 1011000 | 1010100 | 100001 |
Color Harmonies of #58990D
Complementary color
Monochromatic Colors of #58990D
Black with #58990D
Text Example
Text Example
White with #58990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58990D; }
p { color: rgb(88,153,13); }
H1.HeaderClassName
{
color: #58990D;
}
.AnyTagClassName
{
color: #58990D;
}
</style>
background-color css
<style>
a { background-color: #58990D; }
a { background-color: rgb(88,153,13); }
div.DivClassName
{
background-color: #58990D;
}
.BgClassName
{
background-color: #58990D;
}
</style>
border-color css
<style>
span { border-color: #58990D; }
span { border-color: rgb(88,153,13); }
td.TdClassName
{
border-color: #58990D;
}
.TagClassName
{
border-color: #58990D;
}
</style>