Shades of Limeade #54950D
Tints of Limeade #54950D
RGB
CMYK
RGB Variations
Color information
#54950D (or 0x54950D) is known color: Limeade. HEX triplet: 54, 95 and 0D. RGB value is (84,149,13). Sum of RGB (Red+Green+Blue) = 84+149+13=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #54950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54950D is #AB6AF2. Grayscale: #727272. Windows color (decimal): -11234035 or 890196. OLE color: 890196.
HSL color Cylindrical-coordinate representation of color #54950D: hue angle of 88.68º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54950D is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 13 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.42 |
| HSL | 88.68º | 0.84% | 0.32% | - |
| HSV(B) | 88.68º | 0.91% | 0.58% | - |
| XYZ | 14.48 | 23.41 | 4.14 | - |
| YUV | 114.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 13 | 0.44 | 0 | 0.91 | 0.42 | 88.68 | 0.84 | 0.32 |
| Hex | 54 | 95 | D | 2C | 0 | 5B | 2A | 59 | 54 | 20 |
| Octal | 124 | 225 | 15 | 54 | 0 | 133 | 52 | 131 | 124 | 40 |
| Binary | 1010100 | 10010101 | 1101 | 101100 | 0 | 1011011 | 101010 | 1011001 | 1010100 | 100000 |
Color Harmonies of #54950D
Complementary color
Monochromatic Colors of #54950D
Black with #54950D
Text Example
Text Example
White with #54950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54950D; }
p { color: rgb(84,149,13); }
H1.HeaderClassName
{
color: #54950D;
}
.AnyTagClassName
{
color: #54950D;
}
</style>
background-color css
<style>
a { background-color: #54950D; }
a { background-color: rgb(84,149,13); }
div.DivClassName
{
background-color: #54950D;
}
.BgClassName
{
background-color: #54950D;
}
</style>
border-color css
<style>
span { border-color: #54950D; }
span { border-color: rgb(84,149,13); }
td.TdClassName
{
border-color: #54950D;
}
.TagClassName
{
border-color: #54950D;
}
</style>