Shades of Limeade #539102
Tints of Limeade #539102
RGB
CMYK
RGB Variations
Color information
#539102 (or 0x539102) is known color: Limeade. HEX triplet: 53, 91 and 02. RGB value is (83,145,2). Sum of RGB (Red+Green+Blue) = 83+145+2=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #539102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539102 is #AC6EFD. Grayscale: #6E6E6E. Windows color (decimal): -11300606 or 168275. OLE color: 168275.
HSL color Cylindrical-coordinate representation of color #539102: hue angle of 86.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #539102 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 145 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.43 |
| HSL | 86.01º | 0.97% | 0.29% | - |
| HSV(B) | 86.01º | 0.99% | 0.57% | - |
| XYZ | 13.7 | 22.09 | 3.6 | - |
| YUV | 110.16 | 66.96 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 2 | 0.43 | 0 | 0.99 | 0.43 | 86.01 | 0.97 | 0.29 |
| Hex | 53 | 91 | 2 | 2B | 0 | 63 | 2B | 56 | 61 | 1D |
| Octal | 123 | 221 | 2 | 53 | 0 | 143 | 53 | 126 | 141 | 35 |
| Binary | 1010011 | 10010001 | 10 | 101011 | 0 | 1100011 | 101011 | 1010110 | 1100001 | 11101 |
Color Harmonies of #539102
Complementary color
Monochromatic Colors of #539102
Black with #539102
Text Example
Text Example
White with #539102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539102; }
p { color: rgb(83,145,2); }
H1.HeaderClassName
{
color: #539102;
}
.AnyTagClassName
{
color: #539102;
}
</style>
background-color css
<style>
a { background-color: #539102; }
a { background-color: rgb(83,145,2); }
div.DivClassName
{
background-color: #539102;
}
.BgClassName
{
background-color: #539102;
}
</style>
border-color css
<style>
span { border-color: #539102; }
span { border-color: rgb(83,145,2); }
td.TdClassName
{
border-color: #539102;
}
.TagClassName
{
border-color: #539102;
}
</style>