Shades of Limeade #57921C
Tints of Limeade #57921C
RGB
CMYK
RGB Variations
Color information
#57921C (or 0x57921C) is known color: Limeade. HEX triplet: 57, 92 and 1C. RGB value is (87,146,28). Sum of RGB (Red+Green+Blue) = 87+146+28=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #57921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57921C is #A86DE3. Grayscale: #737373. Windows color (decimal): -11038180 or 1872471. OLE color: 1872471.
HSL color Cylindrical-coordinate representation of color #57921C: hue angle of 90º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57921C is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 146 | 28 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.43 |
| HSL | 90º | 0.68% | 0.34% | - |
| HSV(B) | 90º | 0.81% | 0.57% | - |
| XYZ | 14.42 | 22.67 | 4.71 | - |
| YUV | 114.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 28 | 0.40 | 0 | 0.81 | 0.43 | 90 | 0.68 | 0.34 |
| Hex | 57 | 92 | 1C | 28 | 0 | 51 | 2B | 5A | 44 | 22 |
| Octal | 127 | 222 | 34 | 50 | 0 | 121 | 53 | 132 | 104 | 42 |
| Binary | 1010111 | 10010010 | 11100 | 101000 | 0 | 1010001 | 101011 | 1011010 | 1000100 | 100010 |
Color Harmonies of #57921C
Complementary color
Monochromatic Colors of #57921C
Black with #57921C
Text Example
Text Example
White with #57921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57921C; }
p { color: rgb(87,146,28); }
H1.HeaderClassName
{
color: #57921C;
}
.AnyTagClassName
{
color: #57921C;
}
</style>
background-color css
<style>
a { background-color: #57921C; }
a { background-color: rgb(87,146,28); }
div.DivClassName
{
background-color: #57921C;
}
.BgClassName
{
background-color: #57921C;
}
</style>
border-color css
<style>
span { border-color: #57921C; }
span { border-color: rgb(87,146,28); }
td.TdClassName
{
border-color: #57921C;
}
.TagClassName
{
border-color: #57921C;
}
</style>