Shades of Limeade #55940B
Tints of Limeade #55940B
RGB
CMYK
RGB Variations
Color information
#55940B (or 0x55940B) is known color: Limeade. HEX triplet: 55, 94 and 0B. RGB value is (85,148,11). Sum of RGB (Red+Green+Blue) = 85+148+11=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #55940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55940B is #AA6BF4. Grayscale: #727272. Windows color (decimal): -11168757 or 758869. OLE color: 758869.
HSL color Cylindrical-coordinate representation of color #55940B: hue angle of 87.59º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55940B is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 11 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.42 |
| HSL | 87.59º | 0.86% | 0.31% | - |
| HSV(B) | 87.59º | 0.93% | 0.58% | - |
| XYZ | 14.4 | 23.14 | 4.02 | - |
| YUV | 113.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 11 | 0.43 | 0 | 0.93 | 0.42 | 87.59 | 0.86 | 0.31 |
| Hex | 55 | 94 | B | 2B | 0 | 5D | 2A | 58 | 56 | 1F |
| Octal | 125 | 224 | 13 | 53 | 0 | 135 | 52 | 130 | 126 | 37 |
| Binary | 1010101 | 10010100 | 1011 | 101011 | 0 | 1011101 | 101010 | 1011000 | 1010110 | 11111 |
Color Harmonies of #55940B
Complementary color
Monochromatic Colors of #55940B
Black with #55940B
Text Example
Text Example
White with #55940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55940B; }
p { color: rgb(85,148,11); }
H1.HeaderClassName
{
color: #55940B;
}
.AnyTagClassName
{
color: #55940B;
}
</style>
background-color css
<style>
a { background-color: #55940B; }
a { background-color: rgb(85,148,11); }
div.DivClassName
{
background-color: #55940B;
}
.BgClassName
{
background-color: #55940B;
}
</style>
border-color css
<style>
span { border-color: #55940B; }
span { border-color: rgb(85,148,11); }
td.TdClassName
{
border-color: #55940B;
}
.TagClassName
{
border-color: #55940B;
}
</style>