Shades of Limeade #509A25
Tints of Limeade #509A25
RGB
CMYK
RGB Variations
Color information
#509A25 (or 0x509A25) is known color: Limeade. HEX triplet: 50, 9A and 25. RGB value is (80,154,37). Sum of RGB (Red+Green+Blue) = 80+154+37=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #509A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A25 is #AF65DA. Grayscale: #767676. Windows color (decimal): -11494875 or 2464336. OLE color: 2464336.
HSL color Cylindrical-coordinate representation of color #509A25: hue angle of 97.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #509A25 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 37 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.40 |
| HSL | 97.95º | 0.61% | 0.37% | - |
| HSV(B) | 97.95º | 0.76% | 0.6% | - |
| XYZ | 15.2 | 24.95 | 5.77 | - |
| YUV | 118.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 37 | 0.48 | 0 | 0.76 | 0.40 | 97.95 | 0.61 | 0.37 |
| Hex | 50 | 9A | 25 | 30 | 0 | 4C | 28 | 62 | 3D | 25 |
| Octal | 120 | 232 | 45 | 60 | 0 | 114 | 50 | 142 | 75 | 45 |
| Binary | 1010000 | 10011010 | 100101 | 110000 | 0 | 1001100 | 101000 | 1100010 | 111101 | 100101 |
Color Harmonies of #509A25
Complementary color
Monochromatic Colors of #509A25
Black with #509A25
Text Example
Text Example
White with #509A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A25; }
p { color: rgb(80,154,37); }
H1.HeaderClassName
{
color: #509A25;
}
.AnyTagClassName
{
color: #509A25;
}
</style>
background-color css
<style>
a { background-color: #509A25; }
a { background-color: rgb(80,154,37); }
div.DivClassName
{
background-color: #509A25;
}
.BgClassName
{
background-color: #509A25;
}
</style>
border-color css
<style>
span { border-color: #509A25; }
span { border-color: rgb(80,154,37); }
td.TdClassName
{
border-color: #509A25;
}
.TagClassName
{
border-color: #509A25;
}
</style>