Shades of Limeade #539D09
Tints of Limeade #539D09
RGB
CMYK
RGB Variations
Color information
#539D09 (or 0x539D09) is known color: Limeade. HEX triplet: 53, 9D and 09. RGB value is (83,157,9). Sum of RGB (Red+Green+Blue) = 83+157+9=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 157 (61.72% from 255 or 63.05% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 157 - color contains mainly: green. Hex color #539D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539D09 is #AC62F6. Grayscale: #767676. Windows color (decimal): -11297527 or 630099. OLE color: 630099.
HSL color Cylindrical-coordinate representation of color #539D09: hue angle of 90º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #539D09 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.38 |
| HSL | 90º | 0.89% | 0.33% | - |
| HSV(B) | 90º | 0.94% | 0.62% | - |
| XYZ | 15.67 | 25.97 | 4.45 | - |
| YUV | 118 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 9 | 0.47 | 0 | 0.94 | 0.38 | 90 | 0.89 | 0.33 |
| Hex | 53 | 9D | 9 | 2F | 0 | 5E | 26 | 5A | 59 | 21 |
| Octal | 123 | 235 | 11 | 57 | 0 | 136 | 46 | 132 | 131 | 41 |
| Binary | 1010011 | 10011101 | 1001 | 101111 | 0 | 1011110 | 100110 | 1011010 | 1011001 | 100001 |
Color Harmonies of #539D09
Complementary color
Monochromatic Colors of #539D09
Black with #539D09
Text Example
Text Example
White with #539D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D09; }
p { color: rgb(83,157,9); }
H1.HeaderClassName
{
color: #539D09;
}
.AnyTagClassName
{
color: #539D09;
}
</style>
background-color css
<style>
a { background-color: #539D09; }
a { background-color: rgb(83,157,9); }
div.DivClassName
{
background-color: #539D09;
}
.BgClassName
{
background-color: #539D09;
}
</style>
border-color css
<style>
span { border-color: #539D09; }
span { border-color: rgb(83,157,9); }
td.TdClassName
{
border-color: #539D09;
}
.TagClassName
{
border-color: #539D09;
}
</style>