Shades of Limeade #549725
Tints of Limeade #549725
RGB
CMYK
RGB Variations
Color information
#549725 (or 0x549725) is known color: Limeade. HEX triplet: 54, 97 and 25. RGB value is (84,151,37). Sum of RGB (Red+Green+Blue) = 84+151+37=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #549725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549725 is #AB68DA. Grayscale: #767676. Windows color (decimal): -11233499 or 2463572. OLE color: 2463572.
HSL color Cylindrical-coordinate representation of color #549725: hue angle of 95.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #549725 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 151 | 37 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.41 |
| HSL | 95.26º | 0.61% | 0.37% | - |
| HSV(B) | 95.26º | 0.75% | 0.59% | - |
| XYZ | 15.06 | 24.15 | 5.62 | - |
| YUV | 117.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 37 | 0.44 | 0 | 0.75 | 0.41 | 95.26 | 0.61 | 0.37 |
| Hex | 54 | 97 | 25 | 2C | 0 | 4B | 29 | 5F | 3D | 25 |
| Octal | 124 | 227 | 45 | 54 | 0 | 113 | 51 | 137 | 75 | 45 |
| Binary | 1010100 | 10010111 | 100101 | 101100 | 0 | 1001011 | 101001 | 1011111 | 111101 | 100101 |
Color Harmonies of #549725
Complementary color
Monochromatic Colors of #549725
Black with #549725
Text Example
Text Example
White with #549725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549725; }
p { color: rgb(84,151,37); }
H1.HeaderClassName
{
color: #549725;
}
.AnyTagClassName
{
color: #549725;
}
</style>
background-color css
<style>
a { background-color: #549725; }
a { background-color: rgb(84,151,37); }
div.DivClassName
{
background-color: #549725;
}
.BgClassName
{
background-color: #549725;
}
</style>
border-color css
<style>
span { border-color: #549725; }
span { border-color: rgb(84,151,37); }
td.TdClassName
{
border-color: #549725;
}
.TagClassName
{
border-color: #549725;
}
</style>