Shades of Limeade #509501
Tints of Limeade #509501
RGB
CMYK
RGB Variations
Color information
#509501 (or 0x509501) is known color: Limeade. HEX triplet: 50, 95 and 01. RGB value is (80,149,1). Sum of RGB (Red+Green+Blue) = 80+149+1=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #509501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509501 is #AF6AFE. Grayscale: #707070. Windows color (decimal): -11496191 or 103760. OLE color: 103760.
HSL color Cylindrical-coordinate representation of color #509501: hue angle of 87.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #509501 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.42 |
| HSL | 87.97º | 0.99% | 0.29% | - |
| HSV(B) | 87.97º | 0.99% | 0.58% | - |
| XYZ | 14.06 | 23.2 | 3.77 | - |
| YUV | 111.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 1 | 0.46 | 0 | 0.99 | 0.42 | 87.97 | 0.99 | 0.29 |
| Hex | 50 | 95 | 1 | 2E | 0 | 63 | 2A | 58 | 63 | 1D |
| Octal | 120 | 225 | 1 | 56 | 0 | 143 | 52 | 130 | 143 | 35 |
| Binary | 1010000 | 10010101 | 1 | 101110 | 0 | 1100011 | 101010 | 1011000 | 1100011 | 11101 |
Color Harmonies of #509501
Complementary color
Monochromatic Colors of #509501
Black with #509501
Text Example
Text Example
White with #509501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509501; }
p { color: rgb(80,149,1); }
H1.HeaderClassName
{
color: #509501;
}
.AnyTagClassName
{
color: #509501;
}
</style>
background-color css
<style>
a { background-color: #509501; }
a { background-color: rgb(80,149,1); }
div.DivClassName
{
background-color: #509501;
}
.BgClassName
{
background-color: #509501;
}
</style>
border-color css
<style>
span { border-color: #509501; }
span { border-color: rgb(80,149,1); }
td.TdClassName
{
border-color: #509501;
}
.TagClassName
{
border-color: #509501;
}
</style>