Shades of Limeade #509403
Tints of Limeade #509403
RGB
CMYK
RGB Variations
Color information
#509403 (or 0x509403) is known color: Limeade. HEX triplet: 50, 94 and 03. RGB value is (80,148,3). Sum of RGB (Red+Green+Blue) = 80+148+3=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #509403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509403 is #AF6BFC. Grayscale: #6F6F6F. Windows color (decimal): -11496445 or 234576. OLE color: 234576.
HSL color Cylindrical-coordinate representation of color #509403: hue angle of 88.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #509403 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 3 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.42 |
| HSL | 88.14º | 0.96% | 0.3% | - |
| HSV(B) | 88.14º | 0.98% | 0.58% | - |
| XYZ | 13.91 | 22.89 | 3.77 | - |
| YUV | 111.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 3 | 0.46 | 0 | 0.98 | 0.42 | 88.14 | 0.96 | 0.3 |
| Hex | 50 | 94 | 3 | 2E | 0 | 62 | 2A | 58 | 60 | 1E |
| Octal | 120 | 224 | 3 | 56 | 0 | 142 | 52 | 130 | 140 | 36 |
| Binary | 1010000 | 10010100 | 11 | 101110 | 0 | 1100010 | 101010 | 1011000 | 1100000 | 11110 |
Color Harmonies of #509403
Complementary color
Monochromatic Colors of #509403
Black with #509403
Text Example
Text Example
White with #509403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509403; }
p { color: rgb(80,148,3); }
H1.HeaderClassName
{
color: #509403;
}
.AnyTagClassName
{
color: #509403;
}
</style>
background-color css
<style>
a { background-color: #509403; }
a { background-color: rgb(80,148,3); }
div.DivClassName
{
background-color: #509403;
}
.BgClassName
{
background-color: #509403;
}
</style>
border-color css
<style>
span { border-color: #509403; }
span { border-color: rgb(80,148,3); }
td.TdClassName
{
border-color: #509403;
}
.TagClassName
{
border-color: #509403;
}
</style>