Shades of Limeade #54990D
Tints of Limeade #54990D
RGB
CMYK
RGB Variations
Color information
#54990D (or 0x54990D) is known color: Limeade. HEX triplet: 54, 99 and 0D. RGB value is (84,153,13). Sum of RGB (Red+Green+Blue) = 84+153+13=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #54990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54990D is #AB66F2. Grayscale: #747474. Windows color (decimal): -11233011 or 891220. OLE color: 891220.
HSL color Cylindrical-coordinate representation of color #54990D: hue angle of 89.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54990D is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 13 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.4 |
| HSL | 89.57º | 0.84% | 0.33% | - |
| HSV(B) | 89.57º | 0.92% | 0.6% | - |
| XYZ | 15.12 | 24.7 | 4.35 | - |
| YUV | 116.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 13 | 0.45 | 0 | 0.92 | 0.4 | 89.57 | 0.84 | 0.33 |
| Hex | 54 | 99 | D | 2D | 0 | 5C | 28 | 5A | 54 | 21 |
| Octal | 124 | 231 | 15 | 55 | 0 | 134 | 50 | 132 | 124 | 41 |
| Binary | 1010100 | 10011001 | 1101 | 101101 | 0 | 1011100 | 101000 | 1011010 | 1010100 | 100001 |
Color Harmonies of #54990D
Complementary color
Monochromatic Colors of #54990D
Black with #54990D
Text Example
Text Example
White with #54990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54990D; }
p { color: rgb(84,153,13); }
H1.HeaderClassName
{
color: #54990D;
}
.AnyTagClassName
{
color: #54990D;
}
</style>
background-color css
<style>
a { background-color: #54990D; }
a { background-color: rgb(84,153,13); }
div.DivClassName
{
background-color: #54990D;
}
.BgClassName
{
background-color: #54990D;
}
</style>
border-color css
<style>
span { border-color: #54990D; }
span { border-color: rgb(84,153,13); }
td.TdClassName
{
border-color: #54990D;
}
.TagClassName
{
border-color: #54990D;
}
</style>