Shades of Limeade #55960D
Tints of Limeade #55960D
RGB
CMYK
RGB Variations
Color information
#55960D (or 0x55960D) is known color: Limeade. HEX triplet: 55, 96 and 0D. RGB value is (85,150,13). Sum of RGB (Red+Green+Blue) = 85+150+13=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 150 (58.98% from 255 or 60.48% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 150 - color contains mainly: green. Hex color #55960D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55960D is #AA69F2. Grayscale: #737373. Windows color (decimal): -11168243 or 890453. OLE color: 890453.
HSL color Cylindrical-coordinate representation of color #55960D: hue angle of 88.47º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55960D is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 13 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.41 |
| HSL | 88.47º | 0.84% | 0.32% | - |
| HSV(B) | 88.47º | 0.91% | 0.59% | - |
| XYZ | 14.73 | 23.77 | 4.19 | - |
| YUV | 114.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 13 | 0.43 | 0 | 0.91 | 0.41 | 88.47 | 0.84 | 0.32 |
| Hex | 55 | 96 | D | 2B | 0 | 5B | 29 | 58 | 54 | 20 |
| Octal | 125 | 226 | 15 | 53 | 0 | 133 | 51 | 130 | 124 | 40 |
| Binary | 1010101 | 10010110 | 1101 | 101011 | 0 | 1011011 | 101001 | 1011000 | 1010100 | 100000 |
Color Harmonies of #55960D
Complementary color
Monochromatic Colors of #55960D
Black with #55960D
Text Example
Text Example
White with #55960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55960D; }
p { color: rgb(85,150,13); }
H1.HeaderClassName
{
color: #55960D;
}
.AnyTagClassName
{
color: #55960D;
}
</style>
background-color css
<style>
a { background-color: #55960D; }
a { background-color: rgb(85,150,13); }
div.DivClassName
{
background-color: #55960D;
}
.BgClassName
{
background-color: #55960D;
}
</style>
border-color css
<style>
span { border-color: #55960D; }
span { border-color: rgb(85,150,13); }
td.TdClassName
{
border-color: #55960D;
}
.TagClassName
{
border-color: #55960D;
}
</style>