Shades of Limeade #54970F
Tints of Limeade #54970F
RGB
CMYK
RGB Variations
Color information
#54970F (or 0x54970F) is known color: Limeade. HEX triplet: 54, 97 and 0F. RGB value is (84,151,15). Sum of RGB (Red+Green+Blue) = 84+151+15=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #54970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54970F is #AB68F0. Grayscale: #737373. Windows color (decimal): -11233521 or 1021780. OLE color: 1021780.
HSL color Cylindrical-coordinate representation of color #54970F: hue angle of 89.56º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54970F is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 151 | 15 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.41 |
| HSL | 89.56º | 0.82% | 0.33% | - |
| HSV(B) | 89.56º | 0.9% | 0.59% | - |
| XYZ | 14.81 | 24.05 | 4.31 | - |
| YUV | 115.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 15 | 0.44 | 0 | 0.90 | 0.41 | 89.56 | 0.82 | 0.33 |
| Hex | 54 | 97 | F | 2C | 0 | 5A | 29 | 5A | 52 | 21 |
| Octal | 124 | 227 | 17 | 54 | 0 | 132 | 51 | 132 | 122 | 41 |
| Binary | 1010100 | 10010111 | 1111 | 101100 | 0 | 1011010 | 101001 | 1011010 | 1010010 | 100001 |
Color Harmonies of #54970F
Complementary color
Monochromatic Colors of #54970F
Black with #54970F
Text Example
Text Example
White with #54970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54970F; }
p { color: rgb(84,151,15); }
H1.HeaderClassName
{
color: #54970F;
}
.AnyTagClassName
{
color: #54970F;
}
</style>
background-color css
<style>
a { background-color: #54970F; }
a { background-color: rgb(84,151,15); }
div.DivClassName
{
background-color: #54970F;
}
.BgClassName
{
background-color: #54970F;
}
</style>
border-color css
<style>
span { border-color: #54970F; }
span { border-color: rgb(84,151,15); }
td.TdClassName
{
border-color: #54970F;
}
.TagClassName
{
border-color: #54970F;
}
</style>