Shades of Limeade #54A826
Tints of Limeade #54A826
RGB
CMYK
RGB Variations
Color information
#54A826 (or 0x54A826) is known color: Limeade. HEX triplet: 54, A8 and 26. RGB value is (84,168,38). Sum of RGB (Red+Green+Blue) = 84+168+38=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #54A826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A826 is #AB57D9. Grayscale: #808080. Windows color (decimal): -11229146 or 2533460. OLE color: 2533460.
HSL color Cylindrical-coordinate representation of color #54A826: hue angle of 98.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54A826 is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 168 | 38 | - |
| CMYK | 0.5 | 0 | 0.77 | 0.34 |
| HSL | 98.77º | 0.63% | 0.4% | - |
| HSV(B) | 98.77º | 0.77% | 0.66% | - |
| XYZ | 18.01 | 30.03 | 6.68 | - |
| YUV | 128.06 | 77.17 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 38 | 0.5 | 0 | 0.77 | 0.34 | 98.77 | 0.63 | 0.4 |
| Hex | 54 | A8 | 26 | 32 | 0 | 4D | 22 | 63 | 3F | 28 |
| Octal | 124 | 250 | 46 | 62 | 0 | 115 | 42 | 143 | 77 | 50 |
| Binary | 1010100 | 10101000 | 100110 | 110010 | 0 | 1001101 | 100010 | 1100011 | 111111 | 101000 |
Color Harmonies of #54A826
Complementary color
Monochromatic Colors of #54A826
Black with #54A826
Text Example
Text Example
White with #54A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A826; }
p { color: rgb(84,168,38); }
H1.HeaderClassName
{
color: #54A826;
}
.AnyTagClassName
{
color: #54A826;
}
</style>
background-color css
<style>
a { background-color: #54A826; }
a { background-color: rgb(84,168,38); }
div.DivClassName
{
background-color: #54A826;
}
.BgClassName
{
background-color: #54A826;
}
</style>
border-color css
<style>
span { border-color: #54A826; }
span { border-color: rgb(84,168,38); }
td.TdClassName
{
border-color: #54A826;
}
.TagClassName
{
border-color: #54A826;
}
</style>