Shades of Limeade #57981A
Tints of Limeade #57981A
RGB
CMYK
RGB Variations
Color information
#57981A (or 0x57981A) is known color: Limeade. HEX triplet: 57, 98 and 1A. RGB value is (87,152,26). Sum of RGB (Red+Green+Blue) = 87+152+26=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #57981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57981A is #A867E5. Grayscale: #767676. Windows color (decimal): -11036646 or 1742935. OLE color: 1742935.
HSL color Cylindrical-coordinate representation of color #57981A: hue angle of 90.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57981A is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 152 | 26 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.40 |
| HSL | 90.95º | 0.71% | 0.35% | - |
| HSV(B) | 90.95º | 0.83% | 0.6% | - |
| XYZ | 15.35 | 24.56 | 4.91 | - |
| YUV | 118.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 152 | 26 | 0.43 | 0 | 0.83 | 0.40 | 90.95 | 0.71 | 0.35 |
| Hex | 57 | 98 | 1A | 2B | 0 | 53 | 28 | 5B | 47 | 23 |
| Octal | 127 | 230 | 32 | 53 | 0 | 123 | 50 | 133 | 107 | 43 |
| Binary | 1010111 | 10011000 | 11010 | 101011 | 0 | 1010011 | 101000 | 1011011 | 1000111 | 100011 |
Color Harmonies of #57981A
Complementary color
Monochromatic Colors of #57981A
Black with #57981A
Text Example
Text Example
White with #57981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57981A; }
p { color: rgb(87,152,26); }
H1.HeaderClassName
{
color: #57981A;
}
.AnyTagClassName
{
color: #57981A;
}
</style>
background-color css
<style>
a { background-color: #57981A; }
a { background-color: rgb(87,152,26); }
div.DivClassName
{
background-color: #57981A;
}
.BgClassName
{
background-color: #57981A;
}
</style>
border-color css
<style>
span { border-color: #57981A; }
span { border-color: rgb(87,152,26); }
td.TdClassName
{
border-color: #57981A;
}
.TagClassName
{
border-color: #57981A;
}
</style>