Shades of Limeade #57952A
Tints of Limeade #57952A
RGB
CMYK
RGB Variations
Color information
#57952A (or 0x57952A) is known color: Limeade. HEX triplet: 57, 95 and 2A. RGB value is (87,149,42). Sum of RGB (Red+Green+Blue) = 87+149+42=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #57952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57952A is #A86AD5. Grayscale: #767676. Windows color (decimal): -11037398 or 2790743. OLE color: 2790743.
HSL color Cylindrical-coordinate representation of color #57952A: hue angle of 94.77º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57952A is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 42 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.42 |
| HSL | 94.77º | 0.56% | 0.37% | - |
| HSV(B) | 94.77º | 0.72% | 0.58% | - |
| XYZ | 15.1 | 23.69 | 5.97 | - |
| YUV | 118.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 42 | 0.42 | 0 | 0.72 | 0.42 | 94.77 | 0.56 | 0.37 |
| Hex | 57 | 95 | 2A | 2A | 0 | 48 | 2A | 5F | 38 | 25 |
| Octal | 127 | 225 | 52 | 52 | 0 | 110 | 52 | 137 | 70 | 45 |
| Binary | 1010111 | 10010101 | 101010 | 101010 | 0 | 1001000 | 101010 | 1011111 | 111000 | 100101 |
Color Harmonies of #57952A
Complementary color
Monochromatic Colors of #57952A
Black with #57952A
Text Example
Text Example
White with #57952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57952A; }
p { color: rgb(87,149,42); }
H1.HeaderClassName
{
color: #57952A;
}
.AnyTagClassName
{
color: #57952A;
}
</style>
background-color css
<style>
a { background-color: #57952A; }
a { background-color: rgb(87,149,42); }
div.DivClassName
{
background-color: #57952A;
}
.BgClassName
{
background-color: #57952A;
}
</style>
border-color css
<style>
span { border-color: #57952A; }
span { border-color: rgb(87,149,42); }
td.TdClassName
{
border-color: #57952A;
}
.TagClassName
{
border-color: #57952A;
}
</style>