Shades of Limeade #57940D
Tints of Limeade #57940D
RGB
CMYK
RGB Variations
Color information
#57940D (or 0x57940D) is known color: Limeade. HEX triplet: 57, 94 and 0D. RGB value is (87,148,13). Sum of RGB (Red+Green+Blue) = 87+148+13=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #57940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57940D is #A86BF2. Grayscale: #727272. Windows color (decimal): -11037683 or 889943. OLE color: 889943.
HSL color Cylindrical-coordinate representation of color #57940D: hue angle of 87.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57940D is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 148 | 13 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.42 |
| HSL | 87.11º | 0.84% | 0.32% | - |
| HSV(B) | 87.11º | 0.91% | 0.58% | - |
| XYZ | 14.59 | 23.24 | 4.1 | - |
| YUV | 114.37 | 70.79 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 148 | 13 | 0.41 | 0 | 0.91 | 0.42 | 87.11 | 0.84 | 0.32 |
| Hex | 57 | 94 | D | 29 | 0 | 5B | 2A | 57 | 54 | 20 |
| Octal | 127 | 224 | 15 | 51 | 0 | 133 | 52 | 127 | 124 | 40 |
| Binary | 1010111 | 10010100 | 1101 | 101001 | 0 | 1011011 | 101010 | 1010111 | 1010100 | 100000 |
Color Harmonies of #57940D
Complementary color
Monochromatic Colors of #57940D
Black with #57940D
Text Example
Text Example
White with #57940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57940D; }
p { color: rgb(87,148,13); }
H1.HeaderClassName
{
color: #57940D;
}
.AnyTagClassName
{
color: #57940D;
}
</style>
background-color css
<style>
a { background-color: #57940D; }
a { background-color: rgb(87,148,13); }
div.DivClassName
{
background-color: #57940D;
}
.BgClassName
{
background-color: #57940D;
}
</style>
border-color css
<style>
span { border-color: #57940D; }
span { border-color: rgb(87,148,13); }
td.TdClassName
{
border-color: #57940D;
}
.TagClassName
{
border-color: #57940D;
}
</style>