Shades of Limeade #549601
Tints of Limeade #549601
RGB
CMYK
RGB Variations
Color information
#549601 (or 0x549601) is known color: Limeade. HEX triplet: 54, 96 and 01. RGB value is (84,150,1). Sum of RGB (Red+Green+Blue) = 84+150+1=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #549601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549601 is #AB69FE. Grayscale: #717171. Windows color (decimal): -11233791 or 104020. OLE color: 104020.
HSL color Cylindrical-coordinate representation of color #549601: hue angle of 86.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #549601 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.41 |
| HSL | 86.58º | 0.99% | 0.3% | - |
| HSV(B) | 86.58º | 0.99% | 0.59% | - |
| XYZ | 14.57 | 23.7 | 3.84 | - |
| YUV | 113.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 1 | 0.44 | 0 | 0.99 | 0.41 | 86.58 | 0.99 | 0.3 |
| Hex | 54 | 96 | 1 | 2C | 0 | 63 | 29 | 57 | 63 | 1E |
| Octal | 124 | 226 | 1 | 54 | 0 | 143 | 51 | 127 | 143 | 36 |
| Binary | 1010100 | 10010110 | 1 | 101100 | 0 | 1100011 | 101001 | 1010111 | 1100011 | 11110 |
Color Harmonies of #549601
Complementary color
Monochromatic Colors of #549601
Black with #549601
Text Example
Text Example
White with #549601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549601; }
p { color: rgb(84,150,1); }
H1.HeaderClassName
{
color: #549601;
}
.AnyTagClassName
{
color: #549601;
}
</style>
background-color css
<style>
a { background-color: #549601; }
a { background-color: rgb(84,150,1); }
div.DivClassName
{
background-color: #549601;
}
.BgClassName
{
background-color: #549601;
}
</style>
border-color css
<style>
span { border-color: #549601; }
span { border-color: rgb(84,150,1); }
td.TdClassName
{
border-color: #549601;
}
.TagClassName
{
border-color: #549601;
}
</style>