Shades of Limeade #509910
Tints of Limeade #509910
RGB
CMYK
RGB Variations
Color information
#509910 (or 0x509910) is known color: Limeade. HEX triplet: 50, 99 and 10. RGB value is (80,153,16). Sum of RGB (Red+Green+Blue) = 80+153+16=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #509910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509910 is #AF66EF. Grayscale: #747474. Windows color (decimal): -11495152 or 1087824. OLE color: 1087824.
HSL color Cylindrical-coordinate representation of color #509910: hue angle of 91.97º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #509910 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 16 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.4 |
| HSL | 91.97º | 0.81% | 0.33% | - |
| HSV(B) | 91.97º | 0.9% | 0.6% | - |
| XYZ | 14.79 | 24.53 | 4.44 | - |
| YUV | 115.56 | 71.82 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 16 | 0.48 | 0 | 0.90 | 0.4 | 91.97 | 0.81 | 0.33 |
| Hex | 50 | 99 | 10 | 30 | 0 | 5A | 28 | 5C | 51 | 21 |
| Octal | 120 | 231 | 20 | 60 | 0 | 132 | 50 | 134 | 121 | 41 |
| Binary | 1010000 | 10011001 | 10000 | 110000 | 0 | 1011010 | 101000 | 1011100 | 1010001 | 100001 |
Color Harmonies of #509910
Complementary color
Monochromatic Colors of #509910
Black with #509910
Text Example
Text Example
White with #509910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509910; }
p { color: rgb(80,153,16); }
H1.HeaderClassName
{
color: #509910;
}
.AnyTagClassName
{
color: #509910;
}
</style>
background-color css
<style>
a { background-color: #509910; }
a { background-color: rgb(80,153,16); }
div.DivClassName
{
background-color: #509910;
}
.BgClassName
{
background-color: #509910;
}
</style>
border-color css
<style>
span { border-color: #509910; }
span { border-color: rgb(80,153,16); }
td.TdClassName
{
border-color: #509910;
}
.TagClassName
{
border-color: #509910;
}
</style>