Shades of Limeade #509521
Tints of Limeade #509521
RGB
CMYK
RGB Variations
Color information
#509521 (or 0x509521) is known color: Limeade. HEX triplet: 50, 95 and 21. RGB value is (80,149,33). Sum of RGB (Red+Green+Blue) = 80+149+33=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #509521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509521 is #AF6ADE. Grayscale: #737373. Windows color (decimal): -11496159 or 2200912. OLE color: 2200912.
HSL color Cylindrical-coordinate representation of color #509521: hue angle of 95.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #509521 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 33 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.42 |
| HSL | 95.69º | 0.64% | 0.36% | - |
| HSV(B) | 95.69º | 0.78% | 0.58% | - |
| XYZ | 14.33 | 23.31 | 5.18 | - |
| YUV | 115.15 | 81.64 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 33 | 0.46 | 0 | 0.78 | 0.42 | 95.69 | 0.64 | 0.36 |
| Hex | 50 | 95 | 21 | 2E | 0 | 4E | 2A | 60 | 40 | 24 |
| Octal | 120 | 225 | 41 | 56 | 0 | 116 | 52 | 140 | 100 | 44 |
| Binary | 1010000 | 10010101 | 100001 | 101110 | 0 | 1001110 | 101010 | 1100000 | 1000000 | 100100 |
Color Harmonies of #509521
Complementary color
Monochromatic Colors of #509521
Black with #509521
Text Example
Text Example
White with #509521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509521; }
p { color: rgb(80,149,33); }
H1.HeaderClassName
{
color: #509521;
}
.AnyTagClassName
{
color: #509521;
}
</style>
background-color css
<style>
a { background-color: #509521; }
a { background-color: rgb(80,149,33); }
div.DivClassName
{
background-color: #509521;
}
.BgClassName
{
background-color: #509521;
}
</style>
border-color css
<style>
span { border-color: #509521; }
span { border-color: rgb(80,149,33); }
td.TdClassName
{
border-color: #509521;
}
.TagClassName
{
border-color: #509521;
}
</style>