Shades of Limeade #509805
Tints of Limeade #509805
RGB
CMYK
RGB Variations
Color information
#509805 (or 0x509805) is known color: Limeade. HEX triplet: 50, 98 and 05. RGB value is (80,152,5). Sum of RGB (Red+Green+Blue) = 80+152+5=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #509805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509805 is #AF67FA. Grayscale: #727272. Windows color (decimal): -11495419 or 366672. OLE color: 366672.
HSL color Cylindrical-coordinate representation of color #509805: hue angle of 89.39º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #509805 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 5 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.40 |
| HSL | 89.39º | 0.94% | 0.31% | - |
| HSV(B) | 89.39º | 0.97% | 0.6% | - |
| XYZ | 14.56 | 24.17 | 4.04 | - |
| YUV | 113.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 5 | 0.47 | 0 | 0.97 | 0.40 | 89.39 | 0.94 | 0.31 |
| Hex | 50 | 98 | 5 | 2F | 0 | 61 | 28 | 59 | 5E | 1F |
| Octal | 120 | 230 | 5 | 57 | 0 | 141 | 50 | 131 | 136 | 37 |
| Binary | 1010000 | 10011000 | 101 | 101111 | 0 | 1100001 | 101000 | 1011001 | 1011110 | 11111 |
Color Harmonies of #509805
Complementary color
Monochromatic Colors of #509805
Black with #509805
Text Example
Text Example
White with #509805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509805; }
p { color: rgb(80,152,5); }
H1.HeaderClassName
{
color: #509805;
}
.AnyTagClassName
{
color: #509805;
}
</style>
background-color css
<style>
a { background-color: #509805; }
a { background-color: rgb(80,152,5); }
div.DivClassName
{
background-color: #509805;
}
.BgClassName
{
background-color: #509805;
}
</style>
border-color css
<style>
span { border-color: #509805; }
span { border-color: rgb(80,152,5); }
td.TdClassName
{
border-color: #509805;
}
.TagClassName
{
border-color: #509805;
}
</style>