Shades of Limeade #509100
Tints of Limeade #509100
RGB
CMYK
RGB Variations
Color information
#509100 (or 0x509100) is known color: Limeade. HEX triplet: 50, 91 and 00. RGB value is (80,145,0). Sum of RGB (Red+Green+Blue) = 80+145+0=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #509100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509100 is #AF6EFF. Grayscale: #6D6D6D. Windows color (decimal): -11497216 or 37200. OLE color: 37200.
HSL color Cylindrical-coordinate representation of color #509100: hue angle of 86.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #509100 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.43 |
| HSL | 86.9º | 1% | 0.28% | - |
| HSV(B) | 86.9º | 1% | 0.57% | - |
| XYZ | 13.43 | 21.96 | 3.53 | - |
| YUV | 109.04 | 66.47 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 0 | 0.45 | 0 | 1 | 0.43 | 86.9 | 1 | 0.28 |
| Hex | 50 | 91 | 0 | 2D | 0 | 64 | 2B | 57 | 64 | 1C |
| Octal | 120 | 221 | 0 | 55 | 0 | 144 | 53 | 127 | 144 | 34 |
| Binary | 1010000 | 10010001 | 0 | 101101 | 0 | 1100100 | 101011 | 1010111 | 1100100 | 11100 |
Color Harmonies of #509100
Complementary color
Monochromatic Colors of #509100
Black with #509100
Text Example
Text Example
White with #509100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509100; }
p { color: rgb(80,145,0); }
H1.HeaderClassName
{
color: #509100;
}
.AnyTagClassName
{
color: #509100;
}
</style>
background-color css
<style>
a { background-color: #509100; }
a { background-color: rgb(80,145,0); }
div.DivClassName
{
background-color: #509100;
}
.BgClassName
{
background-color: #509100;
}
</style>
border-color css
<style>
span { border-color: #509100; }
span { border-color: rgb(80,145,0); }
td.TdClassName
{
border-color: #509100;
}
.TagClassName
{
border-color: #509100;
}
</style>