Shades of Limeade #55942B
Tints of Limeade #55942B
RGB
CMYK
RGB Variations
Color information
#55942B (or 0x55942B) is known color: Limeade. HEX triplet: 55, 94 and 2B. RGB value is (85,148,43). Sum of RGB (Red+Green+Blue) = 85+148+43=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #55942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55942B is #AA6BD4. Grayscale: #757575. Windows color (decimal): -11168725 or 2856021. OLE color: 2856021.
HSL color Cylindrical-coordinate representation of color #55942B: hue angle of 96º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55942B is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 43 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.42 |
| HSL | 96º | 0.55% | 0.37% | - |
| HSV(B) | 96º | 0.71% | 0.58% | - |
| XYZ | 14.77 | 23.29 | 6 | - |
| YUV | 117.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 43 | 0.43 | 0 | 0.71 | 0.42 | 96 | 0.55 | 0.37 |
| Hex | 55 | 94 | 2B | 2B | 0 | 47 | 2A | 60 | 37 | 25 |
| Octal | 125 | 224 | 53 | 53 | 0 | 107 | 52 | 140 | 67 | 45 |
| Binary | 1010101 | 10010100 | 101011 | 101011 | 0 | 1000111 | 101010 | 1100000 | 110111 | 100101 |
Color Harmonies of #55942B
Complementary color
Monochromatic Colors of #55942B
Black with #55942B
Text Example
Text Example
White with #55942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55942B; }
p { color: rgb(85,148,43); }
H1.HeaderClassName
{
color: #55942B;
}
.AnyTagClassName
{
color: #55942B;
}
</style>
background-color css
<style>
a { background-color: #55942B; }
a { background-color: rgb(85,148,43); }
div.DivClassName
{
background-color: #55942B;
}
.BgClassName
{
background-color: #55942B;
}
</style>
border-color css
<style>
span { border-color: #55942B; }
span { border-color: rgb(85,148,43); }
td.TdClassName
{
border-color: #55942B;
}
.TagClassName
{
border-color: #55942B;
}
</style>