Shades of Limeade #539404
Tints of Limeade #539404
RGB
CMYK
RGB Variations
Color information
#539404 (or 0x539404) is known color: Limeade. HEX triplet: 53, 94 and 04. RGB value is (83,148,4). Sum of RGB (Red+Green+Blue) = 83+148+4=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #539404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539404 is #AC6BFB. Grayscale: #707070. Windows color (decimal): -11299836 or 300115. OLE color: 300115.
HSL color Cylindrical-coordinate representation of color #539404: hue angle of 87.08º degrees, saturation: 0.95, 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 #539404 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 4 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.42 |
| HSL | 87.08º | 0.95% | 0.3% | - |
| HSV(B) | 87.08º | 0.97% | 0.58% | - |
| XYZ | 14.18 | 23.03 | 3.81 | - |
| YUV | 112.15 | 66.97 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 4 | 0.44 | 0 | 0.97 | 0.42 | 87.08 | 0.95 | 0.3 |
| Hex | 53 | 94 | 4 | 2C | 0 | 61 | 2A | 57 | 5F | 1E |
| Octal | 123 | 224 | 4 | 54 | 0 | 141 | 52 | 127 | 137 | 36 |
| Binary | 1010011 | 10010100 | 100 | 101100 | 0 | 1100001 | 101010 | 1010111 | 1011111 | 11110 |
Color Harmonies of #539404
Complementary color
Monochromatic Colors of #539404
Black with #539404
Text Example
Text Example
White with #539404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539404; }
p { color: rgb(83,148,4); }
H1.HeaderClassName
{
color: #539404;
}
.AnyTagClassName
{
color: #539404;
}
</style>
background-color css
<style>
a { background-color: #539404; }
a { background-color: rgb(83,148,4); }
div.DivClassName
{
background-color: #539404;
}
.BgClassName
{
background-color: #539404;
}
</style>
border-color css
<style>
span { border-color: #539404; }
span { border-color: rgb(83,148,4); }
td.TdClassName
{
border-color: #539404;
}
.TagClassName
{
border-color: #539404;
}
</style>