Shades of Limeade #539A0D
Tints of Limeade #539A0D
RGB
CMYK
RGB Variations
Color information
#539A0D (or 0x539A0D) is known color: Limeade. HEX triplet: 53, 9A and 0D. RGB value is (83,154,13). Sum of RGB (Red+Green+Blue) = 83+154+13=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #539A0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539A0D is #AC65F2. Grayscale: #757575. Windows color (decimal): -11298291 or 891475. OLE color: 891475.
HSL color Cylindrical-coordinate representation of color #539A0D: hue angle of 90.21º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #539A0D is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 13 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.40 |
| HSL | 90.21º | 0.84% | 0.33% | - |
| HSV(B) | 90.21º | 0.92% | 0.6% | - |
| XYZ | 15.2 | 24.98 | 4.4 | - |
| YUV | 116.7 | 69.48 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 13 | 0.46 | 0 | 0.92 | 0.40 | 90.21 | 0.84 | 0.33 |
| Hex | 53 | 9A | D | 2E | 0 | 5C | 28 | 5A | 54 | 21 |
| Octal | 123 | 232 | 15 | 56 | 0 | 134 | 50 | 132 | 124 | 41 |
| Binary | 1010011 | 10011010 | 1101 | 101110 | 0 | 1011100 | 101000 | 1011010 | 1010100 | 100001 |
Color Harmonies of #539A0D
Complementary color
Monochromatic Colors of #539A0D
Black with #539A0D
Text Example
Text Example
White with #539A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A0D; }
p { color: rgb(83,154,13); }
H1.HeaderClassName
{
color: #539A0D;
}
.AnyTagClassName
{
color: #539A0D;
}
</style>
background-color css
<style>
a { background-color: #539A0D; }
a { background-color: rgb(83,154,13); }
div.DivClassName
{
background-color: #539A0D;
}
.BgClassName
{
background-color: #539A0D;
}
</style>
border-color css
<style>
span { border-color: #539A0D; }
span { border-color: rgb(83,154,13); }
td.TdClassName
{
border-color: #539A0D;
}
.TagClassName
{
border-color: #539A0D;
}
</style>