Shades of Limeade #54980D
Tints of Limeade #54980D
RGB
CMYK
RGB Variations
Color information
#54980D (or 0x54980D) is known color: Limeade. HEX triplet: 54, 98 and 0D. RGB value is (84,152,13). Sum of RGB (Red+Green+Blue) = 84+152+13=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #54980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54980D is #AB67F2. Grayscale: #747474. Windows color (decimal): -11233267 or 890964. OLE color: 890964.
HSL color Cylindrical-coordinate representation of color #54980D: hue angle of 89.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54980D is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 13 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.40 |
| HSL | 89.35º | 0.84% | 0.32% | - |
| HSV(B) | 89.35º | 0.91% | 0.6% | - |
| XYZ | 14.96 | 24.37 | 4.3 | - |
| YUV | 115.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 13 | 0.45 | 0 | 0.91 | 0.40 | 89.35 | 0.84 | 0.32 |
| Hex | 54 | 98 | D | 2D | 0 | 5B | 28 | 59 | 54 | 20 |
| Octal | 124 | 230 | 15 | 55 | 0 | 133 | 50 | 131 | 124 | 40 |
| Binary | 1010100 | 10011000 | 1101 | 101101 | 0 | 1011011 | 101000 | 1011001 | 1010100 | 100000 |
Color Harmonies of #54980D
Complementary color
Monochromatic Colors of #54980D
Black with #54980D
Text Example
Text Example
White with #54980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54980D; }
p { color: rgb(84,152,13); }
H1.HeaderClassName
{
color: #54980D;
}
.AnyTagClassName
{
color: #54980D;
}
</style>
background-color css
<style>
a { background-color: #54980D; }
a { background-color: rgb(84,152,13); }
div.DivClassName
{
background-color: #54980D;
}
.BgClassName
{
background-color: #54980D;
}
</style>
border-color css
<style>
span { border-color: #54980D; }
span { border-color: rgb(84,152,13); }
td.TdClassName
{
border-color: #54980D;
}
.TagClassName
{
border-color: #54980D;
}
</style>