Shades of Limeade #54920F
Tints of Limeade #54920F
RGB
CMYK
RGB Variations
Color information
#54920F (or 0x54920F) is known color: Limeade. HEX triplet: 54, 92 and 0F. RGB value is (84,146,15). Sum of RGB (Red+Green+Blue) = 84+146+15=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #54920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54920F is #AB6DF0. Grayscale: #707070. Windows color (decimal): -11234801 or 1020500. OLE color: 1020500.
HSL color Cylindrical-coordinate representation of color #54920F: hue angle of 88.4º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54920F is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 15 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.43 |
| HSL | 88.4º | 0.81% | 0.32% | - |
| HSV(B) | 88.4º | 0.9% | 0.57% | - |
| XYZ | 14.02 | 22.48 | 4.05 | - |
| YUV | 112.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 15 | 0.42 | 0 | 0.90 | 0.43 | 88.4 | 0.81 | 0.32 |
| Hex | 54 | 92 | F | 2A | 0 | 5A | 2B | 58 | 51 | 20 |
| Octal | 124 | 222 | 17 | 52 | 0 | 132 | 53 | 130 | 121 | 40 |
| Binary | 1010100 | 10010010 | 1111 | 101010 | 0 | 1011010 | 101011 | 1011000 | 1010001 | 100000 |
Color Harmonies of #54920F
Complementary color
Monochromatic Colors of #54920F
Black with #54920F
Text Example
Text Example
White with #54920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54920F; }
p { color: rgb(84,146,15); }
H1.HeaderClassName
{
color: #54920F;
}
.AnyTagClassName
{
color: #54920F;
}
</style>
background-color css
<style>
a { background-color: #54920F; }
a { background-color: rgb(84,146,15); }
div.DivClassName
{
background-color: #54920F;
}
.BgClassName
{
background-color: #54920F;
}
</style>
border-color css
<style>
span { border-color: #54920F; }
span { border-color: rgb(84,146,15); }
td.TdClassName
{
border-color: #54920F;
}
.TagClassName
{
border-color: #54920F;
}
</style>