Shades of Limeade #539001
Tints of Limeade #539001
RGB
CMYK
RGB Variations
Color information
#539001 (or 0x539001) is known color: Limeade. HEX triplet: 53, 90 and 01. RGB value is (83,144,1). Sum of RGB (Red+Green+Blue) = 83+144+1=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #539001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539001 is #AC6FFE. Grayscale: #6D6D6D. Windows color (decimal): -11300863 or 102483. OLE color: 102483.
HSL color Cylindrical-coordinate representation of color #539001: hue angle of 85.59º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #539001 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 144 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.44 |
| HSL | 85.59º | 0.99% | 0.28% | - |
| HSV(B) | 85.59º | 0.99% | 0.56% | - |
| XYZ | 13.55 | 21.79 | 3.52 | - |
| YUV | 109.46 | 66.79 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 1 | 0.42 | 0 | 0.99 | 0.44 | 85.59 | 0.99 | 0.28 |
| Hex | 53 | 90 | 1 | 2A | 0 | 63 | 2C | 56 | 63 | 1C |
| Octal | 123 | 220 | 1 | 52 | 0 | 143 | 54 | 126 | 143 | 34 |
| Binary | 1010011 | 10010000 | 1 | 101010 | 0 | 1100011 | 101100 | 1010110 | 1100011 | 11100 |
Color Harmonies of #539001
Complementary color
Monochromatic Colors of #539001
Black with #539001
Text Example
Text Example
White with #539001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539001; }
p { color: rgb(83,144,1); }
H1.HeaderClassName
{
color: #539001;
}
.AnyTagClassName
{
color: #539001;
}
</style>
background-color css
<style>
a { background-color: #539001; }
a { background-color: rgb(83,144,1); }
div.DivClassName
{
background-color: #539001;
}
.BgClassName
{
background-color: #539001;
}
</style>
border-color css
<style>
span { border-color: #539001; }
span { border-color: rgb(83,144,1); }
td.TdClassName
{
border-color: #539001;
}
.TagClassName
{
border-color: #539001;
}
</style>