Shades of Limeade #509619
Tints of Limeade #509619
RGB
CMYK
RGB Variations
Color information
#509619 (or 0x509619) is known color: Limeade. HEX triplet: 50, 96 and 19. RGB value is (80,150,25). Sum of RGB (Red+Green+Blue) = 80+150+25=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #509619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509619 is #AF69E6. Grayscale: #737373. Windows color (decimal): -11495911 or 1676880. OLE color: 1676880.
HSL color Cylindrical-coordinate representation of color #509619: hue angle of 93.6º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #509619 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 25 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.41 |
| HSL | 93.6º | 0.71% | 0.34% | - |
| HSV(B) | 93.6º | 0.83% | 0.59% | - |
| XYZ | 14.39 | 23.59 | 4.71 | - |
| YUV | 114.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 25 | 0.47 | 0 | 0.83 | 0.41 | 93.6 | 0.71 | 0.34 |
| Hex | 50 | 96 | 19 | 2F | 0 | 53 | 29 | 5E | 47 | 22 |
| Octal | 120 | 226 | 31 | 57 | 0 | 123 | 51 | 136 | 107 | 42 |
| Binary | 1010000 | 10010110 | 11001 | 101111 | 0 | 1010011 | 101001 | 1011110 | 1000111 | 100010 |
Color Harmonies of #509619
Complementary color
Monochromatic Colors of #509619
Black with #509619
Text Example
Text Example
White with #509619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509619; }
p { color: rgb(80,150,25); }
H1.HeaderClassName
{
color: #509619;
}
.AnyTagClassName
{
color: #509619;
}
</style>
background-color css
<style>
a { background-color: #509619; }
a { background-color: rgb(80,150,25); }
div.DivClassName
{
background-color: #509619;
}
.BgClassName
{
background-color: #509619;
}
</style>
border-color css
<style>
span { border-color: #509619; }
span { border-color: rgb(80,150,25); }
td.TdClassName
{
border-color: #509619;
}
.TagClassName
{
border-color: #509619;
}
</style>