Shades of Limeade #57951A
Tints of Limeade #57951A
RGB
CMYK
RGB Variations
Color information
#57951A (or 0x57951A) is known color: Limeade. HEX triplet: 57, 95 and 1A. RGB value is (87,149,26). Sum of RGB (Red+Green+Blue) = 87+149+26=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #57951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57951A is #A86AE5. Grayscale: #747474. Windows color (decimal): -11037414 or 1742167. OLE color: 1742167.
HSL color Cylindrical-coordinate representation of color #57951A: hue angle of 90.24º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57951A is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 26 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.42 |
| HSL | 90.24º | 0.7% | 0.34% | - |
| HSV(B) | 90.24º | 0.83% | 0.58% | - |
| XYZ | 14.86 | 23.6 | 4.75 | - |
| YUV | 116.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 26 | 0.42 | 0 | 0.83 | 0.42 | 90.24 | 0.7 | 0.34 |
| Hex | 57 | 95 | 1A | 2A | 0 | 53 | 2A | 5A | 46 | 22 |
| Octal | 127 | 225 | 32 | 52 | 0 | 123 | 52 | 132 | 106 | 42 |
| Binary | 1010111 | 10010101 | 11010 | 101010 | 0 | 1010011 | 101010 | 1011010 | 1000110 | 100010 |
Color Harmonies of #57951A
Complementary color
Monochromatic Colors of #57951A
Black with #57951A
Text Example
Text Example
White with #57951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57951A; }
p { color: rgb(87,149,26); }
H1.HeaderClassName
{
color: #57951A;
}
.AnyTagClassName
{
color: #57951A;
}
</style>
background-color css
<style>
a { background-color: #57951A; }
a { background-color: rgb(87,149,26); }
div.DivClassName
{
background-color: #57951A;
}
.BgClassName
{
background-color: #57951A;
}
</style>
border-color css
<style>
span { border-color: #57951A; }
span { border-color: rgb(87,149,26); }
td.TdClassName
{
border-color: #57951A;
}
.TagClassName
{
border-color: #57951A;
}
</style>