Shades of Limeade #549F08
Tints of Limeade #549F08
RGB
CMYK
RGB Variations
Color information
#549F08 (or 0x549F08) is known color: Limeade. HEX triplet: 54, 9F and 08. RGB value is (84,159,8). Sum of RGB (Red+Green+Blue) = 84+159+8=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 159 (62.5% from 255 or 63.35% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 159 - color contains mainly: green. Hex color #549F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549F08 is #AB60F7. Grayscale: #777777. Windows color (decimal): -11231480 or 565076. OLE color: 565076.
HSL color Cylindrical-coordinate representation of color #549F08: hue angle of 89.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #549F08 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 8 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.38 |
| HSL | 89.8º | 0.9% | 0.33% | - |
| HSV(B) | 89.8º | 0.95% | 0.62% | - |
| XYZ | 16.1 | 26.7 | 4.53 | - |
| YUV | 119.36 | 65.15 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 8 | 0.47 | 0 | 0.95 | 0.38 | 89.8 | 0.9 | 0.33 |
| Hex | 54 | 9F | 8 | 2F | 0 | 5F | 26 | 5A | 5A | 21 |
| Octal | 124 | 237 | 10 | 57 | 0 | 137 | 46 | 132 | 132 | 41 |
| Binary | 1010100 | 10011111 | 1000 | 101111 | 0 | 1011111 | 100110 | 1011010 | 1011010 | 100001 |
Color Harmonies of #549F08
Complementary color
Monochromatic Colors of #549F08
Black with #549F08
Text Example
Text Example
White with #549F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F08; }
p { color: rgb(84,159,8); }
H1.HeaderClassName
{
color: #549F08;
}
.AnyTagClassName
{
color: #549F08;
}
</style>
background-color css
<style>
a { background-color: #549F08; }
a { background-color: rgb(84,159,8); }
div.DivClassName
{
background-color: #549F08;
}
.BgClassName
{
background-color: #549F08;
}
</style>
border-color css
<style>
span { border-color: #549F08; }
span { border-color: rgb(84,159,8); }
td.TdClassName
{
border-color: #549F08;
}
.TagClassName
{
border-color: #549F08;
}
</style>