Shades of Limeade #539909
Tints of Limeade #539909
RGB
CMYK
RGB Variations
Color information
#539909 (or 0x539909) is known color: Limeade. HEX triplet: 53, 99 and 09. RGB value is (83,153,9). Sum of RGB (Red+Green+Blue) = 83+153+9=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #539909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539909 is #AC66F6. Grayscale: #747474. Windows color (decimal): -11298551 or 629075. OLE color: 629075.
HSL color Cylindrical-coordinate representation of color #539909: hue angle of 89.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #539909 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 9 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.4 |
| HSL | 89.17º | 0.89% | 0.32% | - |
| HSV(B) | 89.17º | 0.94% | 0.6% | - |
| XYZ | 15.01 | 24.64 | 4.22 | - |
| YUV | 115.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 9 | 0.46 | 0 | 0.94 | 0.4 | 89.17 | 0.89 | 0.32 |
| Hex | 53 | 99 | 9 | 2E | 0 | 5E | 28 | 59 | 59 | 20 |
| Octal | 123 | 231 | 11 | 56 | 0 | 136 | 50 | 131 | 131 | 40 |
| Binary | 1010011 | 10011001 | 1001 | 101110 | 0 | 1011110 | 101000 | 1011001 | 1011001 | 100000 |
Color Harmonies of #539909
Complementary color
Monochromatic Colors of #539909
Black with #539909
Text Example
Text Example
White with #539909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539909; }
p { color: rgb(83,153,9); }
H1.HeaderClassName
{
color: #539909;
}
.AnyTagClassName
{
color: #539909;
}
</style>
background-color css
<style>
a { background-color: #539909; }
a { background-color: rgb(83,153,9); }
div.DivClassName
{
background-color: #539909;
}
.BgClassName
{
background-color: #539909;
}
</style>
border-color css
<style>
span { border-color: #539909; }
span { border-color: rgb(83,153,9); }
td.TdClassName
{
border-color: #539909;
}
.TagClassName
{
border-color: #539909;
}
</style>