Shades of Limeade #509405
Tints of Limeade #509405
RGB
CMYK
RGB Variations
Color information
#509405 (or 0x509405) is known color: Limeade. HEX triplet: 50, 94 and 05. RGB value is (80,148,5). Sum of RGB (Red+Green+Blue) = 80+148+5=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #509405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509405 is #AF6BFA. Grayscale: #6F6F6F. Windows color (decimal): -11496443 or 365648. OLE color: 365648.
HSL color Cylindrical-coordinate representation of color #509405: hue angle of 88.53º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #509405 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 5 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.42 |
| HSL | 88.53º | 0.93% | 0.3% | - |
| HSV(B) | 88.53º | 0.97% | 0.58% | - |
| XYZ | 13.93 | 22.9 | 3.83 | - |
| YUV | 111.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 5 | 0.46 | 0 | 0.97 | 0.42 | 88.53 | 0.93 | 0.3 |
| Hex | 50 | 94 | 5 | 2E | 0 | 61 | 2A | 59 | 5D | 1E |
| Octal | 120 | 224 | 5 | 56 | 0 | 141 | 52 | 131 | 135 | 36 |
| Binary | 1010000 | 10010100 | 101 | 101110 | 0 | 1100001 | 101010 | 1011001 | 1011101 | 11110 |
Color Harmonies of #509405
Complementary color
Monochromatic Colors of #509405
Black with #509405
Text Example
Text Example
White with #509405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509405; }
p { color: rgb(80,148,5); }
H1.HeaderClassName
{
color: #509405;
}
.AnyTagClassName
{
color: #509405;
}
</style>
background-color css
<style>
a { background-color: #509405; }
a { background-color: rgb(80,148,5); }
div.DivClassName
{
background-color: #509405;
}
.BgClassName
{
background-color: #509405;
}
</style>
border-color css
<style>
span { border-color: #509405; }
span { border-color: rgb(80,148,5); }
td.TdClassName
{
border-color: #509405;
}
.TagClassName
{
border-color: #509405;
}
</style>