Shades of Limeade #58973D
Tints of Limeade #58973D
RGB
CMYK
RGB Variations
Color information
#58973D (or 0x58973D) is known color: Limeade. HEX triplet: 58, 97 and 3D. RGB value is (88,151,61). Sum of RGB (Red+Green+Blue) = 88+151+61=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #58973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58973D is #A768C2. Grayscale: #7A7A7A. Windows color (decimal): -10971331 or 4036440. OLE color: 4036440.
HSL color Cylindrical-coordinate representation of color #58973D: hue angle of 102º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58973D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 61 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.41 |
| HSL | 102º | 0.42% | 0.42% | - |
| HSV(B) | 102º | 0.6% | 0.59% | - |
| XYZ | 15.93 | 24.54 | 8.31 | - |
| YUV | 121.9 | 93.63 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 61 | 0.42 | 0 | 0.60 | 0.41 | 102 | 0.42 | 0.42 |
| Hex | 58 | 97 | 3D | 2A | 0 | 3C | 29 | 66 | 2A | 2A |
| Octal | 130 | 227 | 75 | 52 | 0 | 74 | 51 | 146 | 52 | 52 |
| Binary | 1011000 | 10010111 | 111101 | 101010 | 0 | 111100 | 101001 | 1100110 | 101010 | 101010 |
Color Harmonies of #58973D
Complementary color
Monochromatic Colors of #58973D
Black with #58973D
Text Example
Text Example
White with #58973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58973D; }
p { color: rgb(88,151,61); }
H1.HeaderClassName
{
color: #58973D;
}
.AnyTagClassName
{
color: #58973D;
}
</style>
background-color css
<style>
a { background-color: #58973D; }
a { background-color: rgb(88,151,61); }
div.DivClassName
{
background-color: #58973D;
}
.BgClassName
{
background-color: #58973D;
}
</style>
border-color css
<style>
span { border-color: #58973D; }
span { border-color: rgb(88,151,61); }
td.TdClassName
{
border-color: #58973D;
}
.TagClassName
{
border-color: #58973D;
}
</style>