Shades of Limeade #54921A
Tints of Limeade #54921A
RGB
CMYK
RGB Variations
Color information
#54921A (or 0x54921A) is known color: Limeade. HEX triplet: 54, 92 and 1A. RGB value is (84,146,26). Sum of RGB (Red+Green+Blue) = 84+146+26=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #54921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54921A is #AB6DE5. Grayscale: #727272. Windows color (decimal): -11234790 or 1741396. OLE color: 1741396.
HSL color Cylindrical-coordinate representation of color #54921A: hue angle of 91º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54921A is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 26 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.43 |
| HSL | 91º | 0.7% | 0.34% | - |
| HSV(B) | 91º | 0.82% | 0.57% | - |
| XYZ | 14.12 | 22.52 | 4.58 | - |
| YUV | 113.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 26 | 0.42 | 0 | 0.82 | 0.43 | 91 | 0.7 | 0.34 |
| Hex | 54 | 92 | 1A | 2A | 0 | 52 | 2B | 5B | 46 | 22 |
| Octal | 124 | 222 | 32 | 52 | 0 | 122 | 53 | 133 | 106 | 42 |
| Binary | 1010100 | 10010010 | 11010 | 101010 | 0 | 1010010 | 101011 | 1011011 | 1000110 | 100010 |
Color Harmonies of #54921A
Complementary color
Monochromatic Colors of #54921A
Black with #54921A
Text Example
Text Example
White with #54921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54921A; }
p { color: rgb(84,146,26); }
H1.HeaderClassName
{
color: #54921A;
}
.AnyTagClassName
{
color: #54921A;
}
</style>
background-color css
<style>
a { background-color: #54921A; }
a { background-color: rgb(84,146,26); }
div.DivClassName
{
background-color: #54921A;
}
.BgClassName
{
background-color: #54921A;
}
</style>
border-color css
<style>
span { border-color: #54921A; }
span { border-color: rgb(84,146,26); }
td.TdClassName
{
border-color: #54921A;
}
.TagClassName
{
border-color: #54921A;
}
</style>