Shades of Limeade #58980A
Tints of Limeade #58980A
RGB
CMYK
RGB Variations
Color information
#58980A (or 0x58980A) is known color: Limeade. HEX triplet: 58, 98 and 0A. RGB value is (88,152,10). Sum of RGB (Red+Green+Blue) = 88+152+10=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #58980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58980A is #A767F5. Grayscale: #757575. Windows color (decimal): -10971126 or 694360. OLE color: 694360.
HSL color Cylindrical-coordinate representation of color #58980A: hue angle of 87.04º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58980A is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 10 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.40 |
| HSL | 87.04º | 0.88% | 0.32% | - |
| HSV(B) | 87.04º | 0.93% | 0.6% | - |
| XYZ | 15.31 | 24.55 | 4.22 | - |
| YUV | 116.68 | 67.8 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 10 | 0.42 | 0 | 0.93 | 0.40 | 87.04 | 0.88 | 0.32 |
| Hex | 58 | 98 | A | 2A | 0 | 5D | 28 | 57 | 58 | 20 |
| Octal | 130 | 230 | 12 | 52 | 0 | 135 | 50 | 127 | 130 | 40 |
| Binary | 1011000 | 10011000 | 1010 | 101010 | 0 | 1011101 | 101000 | 1010111 | 1011000 | 100000 |
Color Harmonies of #58980A
Complementary color
Monochromatic Colors of #58980A
Black with #58980A
Text Example
Text Example
White with #58980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58980A; }
p { color: rgb(88,152,10); }
H1.HeaderClassName
{
color: #58980A;
}
.AnyTagClassName
{
color: #58980A;
}
</style>
background-color css
<style>
a { background-color: #58980A; }
a { background-color: rgb(88,152,10); }
div.DivClassName
{
background-color: #58980A;
}
.BgClassName
{
background-color: #58980A;
}
</style>
border-color css
<style>
span { border-color: #58980A; }
span { border-color: rgb(88,152,10); }
td.TdClassName
{
border-color: #58980A;
}
.TagClassName
{
border-color: #58980A;
}
</style>