Shades of Limeade #59971C
Tints of Limeade #59971C
RGB
CMYK
RGB Variations
Color information
#59971C (or 0x59971C) is known color: Limeade. HEX triplet: 59, 97 and 1C. RGB value is (89,151,28). Sum of RGB (Red+Green+Blue) = 89+151+28=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #59971C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59971C is #A668E3. Grayscale: #767676. Windows color (decimal): -10905828 or 1873753. OLE color: 1873753.
HSL color Cylindrical-coordinate representation of color #59971C: hue angle of 90.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59971C is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 28 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.41 |
| HSL | 90.24º | 0.69% | 0.35% | - |
| HSV(B) | 90.24º | 0.81% | 0.59% | - |
| XYZ | 15.4 | 24.34 | 4.99 | - |
| YUV | 118.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 28 | 0.41 | 0 | 0.81 | 0.41 | 90.24 | 0.69 | 0.35 |
| Hex | 59 | 97 | 1C | 29 | 0 | 51 | 29 | 5A | 45 | 23 |
| Octal | 131 | 227 | 34 | 51 | 0 | 121 | 51 | 132 | 105 | 43 |
| Binary | 1011001 | 10010111 | 11100 | 101001 | 0 | 1010001 | 101001 | 1011010 | 1000101 | 100011 |
Color Harmonies of #59971C
Complementary color
Monochromatic Colors of #59971C
Black with #59971C
Text Example
Text Example
White with #59971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59971C; }
p { color: rgb(89,151,28); }
H1.HeaderClassName
{
color: #59971C;
}
.AnyTagClassName
{
color: #59971C;
}
</style>
background-color css
<style>
a { background-color: #59971C; }
a { background-color: rgb(89,151,28); }
div.DivClassName
{
background-color: #59971C;
}
.BgClassName
{
background-color: #59971C;
}
</style>
border-color css
<style>
span { border-color: #59971C; }
span { border-color: rgb(89,151,28); }
td.TdClassName
{
border-color: #59971C;
}
.TagClassName
{
border-color: #59971C;
}
</style>