Shades of Limeade #55971B
Tints of Limeade #55971B
RGB
CMYK
RGB Variations
Color information
#55971B (or 0x55971B) is known color: Limeade. HEX triplet: 55, 97 and 1B. RGB value is (85,151,27). Sum of RGB (Red+Green+Blue) = 85+151+27=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 151 (59.38% from 255 or 57.41% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 151 - color contains mainly: green. Hex color #55971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55971B is #AA68E4. Grayscale: #757575. Windows color (decimal): -11167973 or 1808213. OLE color: 1808213.
HSL color Cylindrical-coordinate representation of color #55971B: hue angle of 91.94º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55971B is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 27 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.41 |
| HSL | 91.94º | 0.7% | 0.35% | - |
| HSV(B) | 91.94º | 0.82% | 0.59% | - |
| XYZ | 15.01 | 24.14 | 4.91 | - |
| YUV | 117.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 27 | 0.44 | 0 | 0.82 | 0.41 | 91.94 | 0.7 | 0.35 |
| Hex | 55 | 97 | 1B | 2C | 0 | 52 | 29 | 5C | 46 | 23 |
| Octal | 125 | 227 | 33 | 54 | 0 | 122 | 51 | 134 | 106 | 43 |
| Binary | 1010101 | 10010111 | 11011 | 101100 | 0 | 1010010 | 101001 | 1011100 | 1000110 | 100011 |
Color Harmonies of #55971B
Complementary color
Monochromatic Colors of #55971B
Black with #55971B
Text Example
Text Example
White with #55971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55971B; }
p { color: rgb(85,151,27); }
H1.HeaderClassName
{
color: #55971B;
}
.AnyTagClassName
{
color: #55971B;
}
</style>
background-color css
<style>
a { background-color: #55971B; }
a { background-color: rgb(85,151,27); }
div.DivClassName
{
background-color: #55971B;
}
.BgClassName
{
background-color: #55971B;
}
</style>
border-color css
<style>
span { border-color: #55971B; }
span { border-color: rgb(85,151,27); }
td.TdClassName
{
border-color: #55971B;
}
.TagClassName
{
border-color: #55971B;
}
</style>