Shades of Limeade #539B14
Tints of Limeade #539B14
RGB
CMYK
RGB Variations
Color information
#539B14 (or 0x539B14) is known color: Limeade. HEX triplet: 53, 9B and 14. RGB value is (83,155,20). Sum of RGB (Red+Green+Blue) = 83+155+20=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #539B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539B14 is #AC64EB. Grayscale: #767676. Windows color (decimal): -11298028 or 1350483. OLE color: 1350483.
HSL color Cylindrical-coordinate representation of color #539B14: hue angle of 92º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #539B14 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 155 | 20 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.39 |
| HSL | 92º | 0.77% | 0.34% | - |
| HSV(B) | 92º | 0.87% | 0.61% | - |
| XYZ | 15.41 | 25.33 | 4.74 | - |
| YUV | 118.08 | 72.65 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 20 | 0.46 | 0 | 0.87 | 0.39 | 92 | 0.77 | 0.34 |
| Hex | 53 | 9B | 14 | 2E | 0 | 57 | 27 | 5C | 4D | 22 |
| Octal | 123 | 233 | 24 | 56 | 0 | 127 | 47 | 134 | 115 | 42 |
| Binary | 1010011 | 10011011 | 10100 | 101110 | 0 | 1010111 | 100111 | 1011100 | 1001101 | 100010 |
Color Harmonies of #539B14
Complementary color
Monochromatic Colors of #539B14
Black with #539B14
Text Example
Text Example
White with #539B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539B14; }
p { color: rgb(83,155,20); }
H1.HeaderClassName
{
color: #539B14;
}
.AnyTagClassName
{
color: #539B14;
}
</style>
background-color css
<style>
a { background-color: #539B14; }
a { background-color: rgb(83,155,20); }
div.DivClassName
{
background-color: #539B14;
}
.BgClassName
{
background-color: #539B14;
}
</style>
border-color css
<style>
span { border-color: #539B14; }
span { border-color: rgb(83,155,20); }
td.TdClassName
{
border-color: #539B14;
}
.TagClassName
{
border-color: #539B14;
}
</style>