Shades of Limeade #55983C
Tints of Limeade #55983C
RGB
CMYK
RGB Variations
Color information
#55983C (or 0x55983C) is known color: Limeade. HEX triplet: 55, 98 and 3C. RGB value is (85,152,60). Sum of RGB (Red+Green+Blue) = 85+152+60=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #55983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55983C is #AA67C3. Grayscale: #797979. Windows color (decimal): -11167684 or 3971157. OLE color: 3971157.
HSL color Cylindrical-coordinate representation of color #55983C: hue angle of 103.7º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55983C is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 60 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.40 |
| HSL | 103.7º | 0.43% | 0.42% | - |
| HSV(B) | 103.7º | 0.61% | 0.6% | - |
| XYZ | 15.79 | 24.71 | 8.21 | - |
| YUV | 121.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 60 | 0.44 | 0 | 0.61 | 0.40 | 103.7 | 0.43 | 0.42 |
| Hex | 55 | 98 | 3C | 2C | 0 | 3D | 28 | 68 | 2B | 2A |
| Octal | 125 | 230 | 74 | 54 | 0 | 75 | 50 | 150 | 53 | 52 |
| Binary | 1010101 | 10011000 | 111100 | 101100 | 0 | 111101 | 101000 | 1101000 | 101011 | 101010 |
Color Harmonies of #55983C
Complementary color
Monochromatic Colors of #55983C
Black with #55983C
Text Example
Text Example
White with #55983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55983C; }
p { color: rgb(85,152,60); }
H1.HeaderClassName
{
color: #55983C;
}
.AnyTagClassName
{
color: #55983C;
}
</style>
background-color css
<style>
a { background-color: #55983C; }
a { background-color: rgb(85,152,60); }
div.DivClassName
{
background-color: #55983C;
}
.BgClassName
{
background-color: #55983C;
}
</style>
border-color css
<style>
span { border-color: #55983C; }
span { border-color: rgb(85,152,60); }
td.TdClassName
{
border-color: #55983C;
}
.TagClassName
{
border-color: #55983C;
}
</style>