Shades of Limeade #54920B
Tints of Limeade #54920B
RGB
CMYK
RGB Variations
Color information
#54920B (or 0x54920B) is known color: Limeade. HEX triplet: 54, 92 and 0B. RGB value is (84,146,11). Sum of RGB (Red+Green+Blue) = 84+146+11=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #54920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54920B is #AB6DF4. Grayscale: #707070. Windows color (decimal): -11234805 or 758356. OLE color: 758356.
HSL color Cylindrical-coordinate representation of color #54920B: hue angle of 87.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54920B is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 11 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.43 |
| HSL | 87.56º | 0.86% | 0.31% | - |
| HSV(B) | 87.56º | 0.92% | 0.57% | - |
| XYZ | 14 | 22.47 | 3.92 | - |
| YUV | 112.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 11 | 0.42 | 0 | 0.92 | 0.43 | 87.56 | 0.86 | 0.31 |
| Hex | 54 | 92 | B | 2A | 0 | 5C | 2B | 58 | 56 | 1F |
| Octal | 124 | 222 | 13 | 52 | 0 | 134 | 53 | 130 | 126 | 37 |
| Binary | 1010100 | 10010010 | 1011 | 101010 | 0 | 1011100 | 101011 | 1011000 | 1010110 | 11111 |
Color Harmonies of #54920B
Complementary color
Monochromatic Colors of #54920B
Black with #54920B
Text Example
Text Example
White with #54920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54920B; }
p { color: rgb(84,146,11); }
H1.HeaderClassName
{
color: #54920B;
}
.AnyTagClassName
{
color: #54920B;
}
</style>
background-color css
<style>
a { background-color: #54920B; }
a { background-color: rgb(84,146,11); }
div.DivClassName
{
background-color: #54920B;
}
.BgClassName
{
background-color: #54920B;
}
</style>
border-color css
<style>
span { border-color: #54920B; }
span { border-color: rgb(84,146,11); }
td.TdClassName
{
border-color: #54920B;
}
.TagClassName
{
border-color: #54920B;
}
</style>