Shades of Limeade #509921
Tints of Limeade #509921
RGB
CMYK
RGB Variations
Color information
#509921 (or 0x509921) is known color: Limeade. HEX triplet: 50, 99 and 21. RGB value is (80,153,33). Sum of RGB (Red+Green+Blue) = 80+153+33=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #509921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509921 is #AF66DE. Grayscale: #757575. Windows color (decimal): -11495135 or 2201936. OLE color: 2201936.
HSL color Cylindrical-coordinate representation of color #509921: hue angle of 96.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #509921 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 33 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.4 |
| HSL | 96.5º | 0.65% | 0.36% | - |
| HSV(B) | 96.5º | 0.78% | 0.6% | - |
| XYZ | 14.97 | 24.6 | 5.4 | - |
| YUV | 117.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 33 | 0.48 | 0 | 0.78 | 0.4 | 96.5 | 0.65 | 0.36 |
| Hex | 50 | 99 | 21 | 30 | 0 | 4E | 28 | 60 | 41 | 24 |
| Octal | 120 | 231 | 41 | 60 | 0 | 116 | 50 | 140 | 101 | 44 |
| Binary | 1010000 | 10011001 | 100001 | 110000 | 0 | 1001110 | 101000 | 1100000 | 1000001 | 100100 |
Color Harmonies of #509921
Complementary color
Monochromatic Colors of #509921
Black with #509921
Text Example
Text Example
White with #509921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509921; }
p { color: rgb(80,153,33); }
H1.HeaderClassName
{
color: #509921;
}
.AnyTagClassName
{
color: #509921;
}
</style>
background-color css
<style>
a { background-color: #509921; }
a { background-color: rgb(80,153,33); }
div.DivClassName
{
background-color: #509921;
}
.BgClassName
{
background-color: #509921;
}
</style>
border-color css
<style>
span { border-color: #509921; }
span { border-color: rgb(80,153,33); }
td.TdClassName
{
border-color: #509921;
}
.TagClassName
{
border-color: #509921;
}
</style>