Shades of Limeade #539B07
Tints of Limeade #539B07
RGB
CMYK
RGB Variations
Color information
#539B07 (or 0x539B07) is known color: Limeade. HEX triplet: 53, 9B and 07. RGB value is (83,155,7). Sum of RGB (Red+Green+Blue) = 83+155+7=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #539B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539B07 is #AC64F8. Grayscale: #757575. Windows color (decimal): -11298041 or 498515. OLE color: 498515.
HSL color Cylindrical-coordinate representation of color #539B07: hue angle of 89.19º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #539B07 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 155 | 7 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.39 |
| HSL | 89.19º | 0.91% | 0.32% | - |
| HSV(B) | 89.19º | 0.95% | 0.61% | - |
| XYZ | 15.33 | 25.3 | 4.28 | - |
| YUV | 116.6 | 66.15 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 7 | 0.46 | 0 | 0.95 | 0.39 | 89.19 | 0.91 | 0.32 |
| Hex | 53 | 9B | 7 | 2E | 0 | 5F | 27 | 59 | 5B | 20 |
| Octal | 123 | 233 | 7 | 56 | 0 | 137 | 47 | 131 | 133 | 40 |
| Binary | 1010011 | 10011011 | 111 | 101110 | 0 | 1011111 | 100111 | 1011001 | 1011011 | 100000 |
Color Harmonies of #539B07
Complementary color
Monochromatic Colors of #539B07
Black with #539B07
Text Example
Text Example
White with #539B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539B07; }
p { color: rgb(83,155,7); }
H1.HeaderClassName
{
color: #539B07;
}
.AnyTagClassName
{
color: #539B07;
}
</style>
background-color css
<style>
a { background-color: #539B07; }
a { background-color: rgb(83,155,7); }
div.DivClassName
{
background-color: #539B07;
}
.BgClassName
{
background-color: #539B07;
}
</style>
border-color css
<style>
span { border-color: #539B07; }
span { border-color: rgb(83,155,7); }
td.TdClassName
{
border-color: #539B07;
}
.TagClassName
{
border-color: #539B07;
}
</style>