Shades of Limeade #57941D
Tints of Limeade #57941D
RGB
CMYK
RGB Variations
Color information
#57941D (or 0x57941D) is known color: Limeade. HEX triplet: 57, 94 and 1D. RGB value is (87,148,29). Sum of RGB (Red+Green+Blue) = 87+148+29=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #57941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57941D is #A86BE2. Grayscale: #747474. Windows color (decimal): -11037667 or 1938519. OLE color: 1938519.
HSL color Cylindrical-coordinate representation of color #57941D: hue angle of 90.76º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57941D is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 148 | 29 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.42 |
| HSL | 90.76º | 0.67% | 0.35% | - |
| HSV(B) | 90.76º | 0.8% | 0.58% | - |
| XYZ | 14.74 | 23.29 | 4.88 | - |
| YUV | 116.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 148 | 29 | 0.41 | 0 | 0.80 | 0.42 | 90.76 | 0.67 | 0.35 |
| Hex | 57 | 94 | 1D | 29 | 0 | 50 | 2A | 5B | 43 | 23 |
| Octal | 127 | 224 | 35 | 51 | 0 | 120 | 52 | 133 | 103 | 43 |
| Binary | 1010111 | 10010100 | 11101 | 101001 | 0 | 1010000 | 101010 | 1011011 | 1000011 | 100011 |
Color Harmonies of #57941D
Complementary color
Monochromatic Colors of #57941D
Black with #57941D
Text Example
Text Example
White with #57941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57941D; }
p { color: rgb(87,148,29); }
H1.HeaderClassName
{
color: #57941D;
}
.AnyTagClassName
{
color: #57941D;
}
</style>
background-color css
<style>
a { background-color: #57941D; }
a { background-color: rgb(87,148,29); }
div.DivClassName
{
background-color: #57941D;
}
.BgClassName
{
background-color: #57941D;
}
</style>
border-color css
<style>
span { border-color: #57941D; }
span { border-color: rgb(87,148,29); }
td.TdClassName
{
border-color: #57941D;
}
.TagClassName
{
border-color: #57941D;
}
</style>