Shades of Limeade #539405
Tints of Limeade #539405
RGB
CMYK
RGB Variations
Color information
#539405 (or 0x539405) is known color: Limeade. HEX triplet: 53, 94 and 05. RGB value is (83,148,5). Sum of RGB (Red+Green+Blue) = 83+148+5=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #539405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539405 is #AC6BFA. Grayscale: #707070. Windows color (decimal): -11299835 or 365651. OLE color: 365651.
HSL color Cylindrical-coordinate representation of color #539405: hue angle of 87.27º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #539405 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 5 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.42 |
| HSL | 87.27º | 0.93% | 0.3% | - |
| HSV(B) | 87.27º | 0.97% | 0.58% | - |
| XYZ | 14.18 | 23.03 | 3.84 | - |
| YUV | 112.26 | 67.47 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 5 | 0.44 | 0 | 0.97 | 0.42 | 87.27 | 0.93 | 0.3 |
| Hex | 53 | 94 | 5 | 2C | 0 | 61 | 2A | 57 | 5D | 1E |
| Octal | 123 | 224 | 5 | 54 | 0 | 141 | 52 | 127 | 135 | 36 |
| Binary | 1010011 | 10010100 | 101 | 101100 | 0 | 1100001 | 101010 | 1010111 | 1011101 | 11110 |
Color Harmonies of #539405
Complementary color
Monochromatic Colors of #539405
Black with #539405
Text Example
Text Example
White with #539405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539405; }
p { color: rgb(83,148,5); }
H1.HeaderClassName
{
color: #539405;
}
.AnyTagClassName
{
color: #539405;
}
</style>
background-color css
<style>
a { background-color: #539405; }
a { background-color: rgb(83,148,5); }
div.DivClassName
{
background-color: #539405;
}
.BgClassName
{
background-color: #539405;
}
</style>
border-color css
<style>
span { border-color: #539405; }
span { border-color: rgb(83,148,5); }
td.TdClassName
{
border-color: #539405;
}
.TagClassName
{
border-color: #539405;
}
</style>