Shades of Limeade #54980F
Tints of Limeade #54980F
RGB
CMYK
RGB Variations
Color information
#54980F (or 0x54980F) is known color: Limeade. HEX triplet: 54, 98 and 0F. RGB value is (84,152,15). Sum of RGB (Red+Green+Blue) = 84+152+15=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #54980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54980F is #AB67F0. Grayscale: #747474. Windows color (decimal): -11233265 or 1022036. OLE color: 1022036.
HSL color Cylindrical-coordinate representation of color #54980F: hue angle of 89.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54980F is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 15 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.40 |
| HSL | 89.78º | 0.82% | 0.33% | - |
| HSV(B) | 89.78º | 0.9% | 0.6% | - |
| XYZ | 14.97 | 24.38 | 4.37 | - |
| YUV | 116.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 15 | 0.45 | 0 | 0.90 | 0.40 | 89.78 | 0.82 | 0.33 |
| Hex | 54 | 98 | F | 2D | 0 | 5A | 28 | 5A | 52 | 21 |
| Octal | 124 | 230 | 17 | 55 | 0 | 132 | 50 | 132 | 122 | 41 |
| Binary | 1010100 | 10011000 | 1111 | 101101 | 0 | 1011010 | 101000 | 1011010 | 1010010 | 100001 |
Color Harmonies of #54980F
Complementary color
Monochromatic Colors of #54980F
Black with #54980F
Text Example
Text Example
White with #54980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54980F; }
p { color: rgb(84,152,15); }
H1.HeaderClassName
{
color: #54980F;
}
.AnyTagClassName
{
color: #54980F;
}
</style>
background-color css
<style>
a { background-color: #54980F; }
a { background-color: rgb(84,152,15); }
div.DivClassName
{
background-color: #54980F;
}
.BgClassName
{
background-color: #54980F;
}
</style>
border-color css
<style>
span { border-color: #54980F; }
span { border-color: rgb(84,152,15); }
td.TdClassName
{
border-color: #54980F;
}
.TagClassName
{
border-color: #54980F;
}
</style>