Shades of Limeade #55952F
Tints of Limeade #55952F
RGB
CMYK
RGB Variations
Color information
#55952F (or 0x55952F) is known color: Limeade. HEX triplet: 55, 95 and 2F. RGB value is (85,149,47). Sum of RGB (Red+Green+Blue) = 85+149+47=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #55952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55952F is #AA6AD0. Grayscale: #767676. Windows color (decimal): -11168465 or 3118421. OLE color: 3118421.
HSL color Cylindrical-coordinate representation of color #55952F: hue angle of 97.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55952F is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 47 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.42 |
| HSL | 97.65º | 0.52% | 0.38% | - |
| HSV(B) | 97.65º | 0.68% | 0.58% | - |
| XYZ | 15.01 | 23.63 | 6.46 | - |
| YUV | 118.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 47 | 0.43 | 0 | 0.68 | 0.42 | 97.65 | 0.52 | 0.38 |
| Hex | 55 | 95 | 2F | 2B | 0 | 44 | 2A | 62 | 34 | 26 |
| Octal | 125 | 225 | 57 | 53 | 0 | 104 | 52 | 142 | 64 | 46 |
| Binary | 1010101 | 10010101 | 101111 | 101011 | 0 | 1000100 | 101010 | 1100010 | 110100 | 100110 |
Color Harmonies of #55952F
Complementary color
Monochromatic Colors of #55952F
Black with #55952F
Text Example
Text Example
White with #55952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55952F; }
p { color: rgb(85,149,47); }
H1.HeaderClassName
{
color: #55952F;
}
.AnyTagClassName
{
color: #55952F;
}
</style>
background-color css
<style>
a { background-color: #55952F; }
a { background-color: rgb(85,149,47); }
div.DivClassName
{
background-color: #55952F;
}
.BgClassName
{
background-color: #55952F;
}
</style>
border-color css
<style>
span { border-color: #55952F; }
span { border-color: rgb(85,149,47); }
td.TdClassName
{
border-color: #55952F;
}
.TagClassName
{
border-color: #55952F;
}
</style>