Shades of Limeade #539D0C
Tints of Limeade #539D0C
RGB
CMYK
RGB Variations
Color information
#539D0C (or 0x539D0C) is known color: Limeade. HEX triplet: 53, 9D and 0C. RGB value is (83,157,12). Sum of RGB (Red+Green+Blue) = 83+157+12=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #539D0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539D0C is #AC62F3. Grayscale: #767676. Windows color (decimal): -11297524 or 826707. OLE color: 826707.
HSL color Cylindrical-coordinate representation of color #539D0C: hue angle of 90.62º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #539D0C is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 12 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.38 |
| HSL | 90.62º | 0.86% | 0.33% | - |
| HSV(B) | 90.62º | 0.92% | 0.62% | - |
| XYZ | 15.69 | 25.98 | 4.54 | - |
| YUV | 118.34 | 67.98 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 12 | 0.47 | 0 | 0.92 | 0.38 | 90.62 | 0.86 | 0.33 |
| Hex | 53 | 9D | C | 2F | 0 | 5C | 26 | 5B | 56 | 21 |
| Octal | 123 | 235 | 14 | 57 | 0 | 134 | 46 | 133 | 126 | 41 |
| Binary | 1010011 | 10011101 | 1100 | 101111 | 0 | 1011100 | 100110 | 1011011 | 1010110 | 100001 |
Color Harmonies of #539D0C
Complementary color
Monochromatic Colors of #539D0C
Black with #539D0C
Text Example
Text Example
White with #539D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D0C; }
p { color: rgb(83,157,12); }
H1.HeaderClassName
{
color: #539D0C;
}
.AnyTagClassName
{
color: #539D0C;
}
</style>
background-color css
<style>
a { background-color: #539D0C; }
a { background-color: rgb(83,157,12); }
div.DivClassName
{
background-color: #539D0C;
}
.BgClassName
{
background-color: #539D0C;
}
</style>
border-color css
<style>
span { border-color: #539D0C; }
span { border-color: rgb(83,157,12); }
td.TdClassName
{
border-color: #539D0C;
}
.TagClassName
{
border-color: #539D0C;
}
</style>