Shades of Limeade #549D08
Tints of Limeade #549D08
RGB
CMYK
RGB Variations
Color information
#549D08 (or 0x549D08) is known color: Limeade. HEX triplet: 54, 9D and 08. RGB value is (84,157,8). Sum of RGB (Red+Green+Blue) = 84+157+8=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 157 (61.72% from 255 or 63.05% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 157 - color contains mainly: green. Hex color #549D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549D08 is #AB62F7. Grayscale: #767676. Windows color (decimal): -11231992 or 564564. OLE color: 564564.
HSL color Cylindrical-coordinate representation of color #549D08: hue angle of 89.4º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #549D08 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 8 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.38 |
| HSL | 89.4º | 0.9% | 0.32% | - |
| HSV(B) | 89.4º | 0.95% | 0.62% | - |
| XYZ | 15.76 | 26.02 | 4.42 | - |
| YUV | 118.19 | 65.82 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 8 | 0.46 | 0 | 0.95 | 0.38 | 89.4 | 0.9 | 0.32 |
| Hex | 54 | 9D | 8 | 2E | 0 | 5F | 26 | 59 | 5A | 20 |
| Octal | 124 | 235 | 10 | 56 | 0 | 137 | 46 | 131 | 132 | 40 |
| Binary | 1010100 | 10011101 | 1000 | 101110 | 0 | 1011111 | 100110 | 1011001 | 1011010 | 100000 |
Color Harmonies of #549D08
Complementary color
Monochromatic Colors of #549D08
Black with #549D08
Text Example
Text Example
White with #549D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D08; }
p { color: rgb(84,157,8); }
H1.HeaderClassName
{
color: #549D08;
}
.AnyTagClassName
{
color: #549D08;
}
</style>
background-color css
<style>
a { background-color: #549D08; }
a { background-color: rgb(84,157,8); }
div.DivClassName
{
background-color: #549D08;
}
.BgClassName
{
background-color: #549D08;
}
</style>
border-color css
<style>
span { border-color: #549D08; }
span { border-color: rgb(84,157,8); }
td.TdClassName
{
border-color: #549D08;
}
.TagClassName
{
border-color: #549D08;
}
</style>