Shades of Limeade #509404
Tints of Limeade #509404
RGB
CMYK
RGB Variations
Color information
#509404 (or 0x509404) is known color: Limeade. HEX triplet: 50, 94 and 04. RGB value is (80,148,4). Sum of RGB (Red+Green+Blue) = 80+148+4=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #509404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509404 is #AF6BFB. Grayscale: #6F6F6F. Windows color (decimal): -11496444 or 300112. OLE color: 300112.
HSL color Cylindrical-coordinate representation of color #509404: hue angle of 88.33º degrees, saturation: 0.95, 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 #509404 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 4 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.42 |
| HSL | 88.33º | 0.95% | 0.3% | - |
| HSV(B) | 88.33º | 0.97% | 0.58% | - |
| XYZ | 13.92 | 22.89 | 3.8 | - |
| YUV | 111.25 | 67.47 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 4 | 0.46 | 0 | 0.97 | 0.42 | 88.33 | 0.95 | 0.3 |
| Hex | 50 | 94 | 4 | 2E | 0 | 61 | 2A | 58 | 5F | 1E |
| Octal | 120 | 224 | 4 | 56 | 0 | 141 | 52 | 130 | 137 | 36 |
| Binary | 1010000 | 10010100 | 100 | 101110 | 0 | 1100001 | 101010 | 1011000 | 1011111 | 11110 |
Color Harmonies of #509404
Complementary color
Monochromatic Colors of #509404
Black with #509404
Text Example
Text Example
White with #509404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509404; }
p { color: rgb(80,148,4); }
H1.HeaderClassName
{
color: #509404;
}
.AnyTagClassName
{
color: #509404;
}
</style>
background-color css
<style>
a { background-color: #509404; }
a { background-color: rgb(80,148,4); }
div.DivClassName
{
background-color: #509404;
}
.BgClassName
{
background-color: #509404;
}
</style>
border-color css
<style>
span { border-color: #509404; }
span { border-color: rgb(80,148,4); }
td.TdClassName
{
border-color: #509404;
}
.TagClassName
{
border-color: #509404;
}
</style>