Shades of Limeade #539A14
Tints of Limeade #539A14
RGB
CMYK
RGB Variations
Color information
#539A14 (or 0x539A14) is known color: Limeade. HEX triplet: 53, 9A and 14. RGB value is (83,154,20). Sum of RGB (Red+Green+Blue) = 83+154+20=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 154 (60.55% from 255 or 59.92% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 154 - color contains mainly: green. Hex color #539A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539A14 is #AC65EB. Grayscale: #757575. Windows color (decimal): -11298284 or 1350227. OLE color: 1350227.
HSL color Cylindrical-coordinate representation of color #539A14: hue angle of 91.79º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #539A14 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 20 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.40 |
| HSL | 91.79º | 0.77% | 0.34% | - |
| HSV(B) | 91.79º | 0.87% | 0.6% | - |
| XYZ | 15.25 | 25 | 4.68 | - |
| YUV | 117.5 | 72.98 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 20 | 0.46 | 0 | 0.87 | 0.40 | 91.79 | 0.77 | 0.34 |
| Hex | 53 | 9A | 14 | 2E | 0 | 57 | 28 | 5C | 4D | 22 |
| Octal | 123 | 232 | 24 | 56 | 0 | 127 | 50 | 134 | 115 | 42 |
| Binary | 1010011 | 10011010 | 10100 | 101110 | 0 | 1010111 | 101000 | 1011100 | 1001101 | 100010 |
Color Harmonies of #539A14
Complementary color
Monochromatic Colors of #539A14
Black with #539A14
Text Example
Text Example
White with #539A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A14; }
p { color: rgb(83,154,20); }
H1.HeaderClassName
{
color: #539A14;
}
.AnyTagClassName
{
color: #539A14;
}
</style>
background-color css
<style>
a { background-color: #539A14; }
a { background-color: rgb(83,154,20); }
div.DivClassName
{
background-color: #539A14;
}
.BgClassName
{
background-color: #539A14;
}
</style>
border-color css
<style>
span { border-color: #539A14; }
span { border-color: rgb(83,154,20); }
td.TdClassName
{
border-color: #539A14;
}
.TagClassName
{
border-color: #539A14;
}
</style>