Shades of Limeade #54931A
Tints of Limeade #54931A
RGB
CMYK
RGB Variations
Color information
#54931A (or 0x54931A) is known color: Limeade. HEX triplet: 54, 93 and 1A. RGB value is (84,147,26). Sum of RGB (Red+Green+Blue) = 84+147+26=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #54931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54931A is #AB6CE5. Grayscale: #727272. Windows color (decimal): -11234534 or 1741652. OLE color: 1741652.
HSL color Cylindrical-coordinate representation of color #54931A: hue angle of 91.24º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54931A is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 26 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.42 |
| HSL | 91.24º | 0.7% | 0.34% | - |
| HSV(B) | 91.24º | 0.82% | 0.58% | - |
| XYZ | 14.28 | 22.83 | 4.63 | - |
| YUV | 114.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 26 | 0.43 | 0 | 0.82 | 0.42 | 91.24 | 0.7 | 0.34 |
| Hex | 54 | 93 | 1A | 2B | 0 | 52 | 2A | 5B | 46 | 22 |
| Octal | 124 | 223 | 32 | 53 | 0 | 122 | 52 | 133 | 106 | 42 |
| Binary | 1010100 | 10010011 | 11010 | 101011 | 0 | 1010010 | 101010 | 1011011 | 1000110 | 100010 |
Color Harmonies of #54931A
Complementary color
Monochromatic Colors of #54931A
Black with #54931A
Text Example
Text Example
White with #54931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54931A; }
p { color: rgb(84,147,26); }
H1.HeaderClassName
{
color: #54931A;
}
.AnyTagClassName
{
color: #54931A;
}
</style>
background-color css
<style>
a { background-color: #54931A; }
a { background-color: rgb(84,147,26); }
div.DivClassName
{
background-color: #54931A;
}
.BgClassName
{
background-color: #54931A;
}
</style>
border-color css
<style>
span { border-color: #54931A; }
span { border-color: rgb(84,147,26); }
td.TdClassName
{
border-color: #54931A;
}
.TagClassName
{
border-color: #54931A;
}
</style>