Shades of Limeade #54980C
Tints of Limeade #54980C
RGB
CMYK
RGB Variations
Color information
#54980C (or 0x54980C) is known color: Limeade. HEX triplet: 54, 98 and 0C. RGB value is (84,152,12). Sum of RGB (Red+Green+Blue) = 84+152+12=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #54980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54980C is #AB67F3. Grayscale: #747474. Windows color (decimal): -11233268 or 825428. OLE color: 825428.
HSL color Cylindrical-coordinate representation of color #54980C: hue angle of 89.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54980C is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 12 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.40 |
| HSL | 89.14º | 0.85% | 0.32% | - |
| HSV(B) | 89.14º | 0.92% | 0.6% | - |
| XYZ | 14.95 | 24.37 | 4.26 | - |
| YUV | 115.71 | 69.47 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 12 | 0.45 | 0 | 0.92 | 0.40 | 89.14 | 0.85 | 0.32 |
| Hex | 54 | 98 | C | 2D | 0 | 5C | 28 | 59 | 55 | 20 |
| Octal | 124 | 230 | 14 | 55 | 0 | 134 | 50 | 131 | 125 | 40 |
| Binary | 1010100 | 10011000 | 1100 | 101101 | 0 | 1011100 | 101000 | 1011001 | 1010101 | 100000 |
Color Harmonies of #54980C
Complementary color
Monochromatic Colors of #54980C
Black with #54980C
Text Example
Text Example
White with #54980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54980C; }
p { color: rgb(84,152,12); }
H1.HeaderClassName
{
color: #54980C;
}
.AnyTagClassName
{
color: #54980C;
}
</style>
background-color css
<style>
a { background-color: #54980C; }
a { background-color: rgb(84,152,12); }
div.DivClassName
{
background-color: #54980C;
}
.BgClassName
{
background-color: #54980C;
}
</style>
border-color css
<style>
span { border-color: #54980C; }
span { border-color: rgb(84,152,12); }
td.TdClassName
{
border-color: #54980C;
}
.TagClassName
{
border-color: #54980C;
}
</style>