Shades of Limeade #509703
Tints of Limeade #509703
RGB
CMYK
RGB Variations
Color information
#509703 (or 0x509703) is known color: Limeade. HEX triplet: 50, 97 and 03. RGB value is (80,151,3). Sum of RGB (Red+Green+Blue) = 80+151+3=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 151 (59.38% from 255 or 64.53% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 151 - color contains mainly: green. Hex color #509703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509703 is #AF68FC. Grayscale: #717171. Windows color (decimal): -11495677 or 235344. OLE color: 235344.
HSL color Cylindrical-coordinate representation of color #509703: hue angle of 88.78º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #509703 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 151 | 3 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.41 |
| HSL | 88.78º | 0.96% | 0.3% | - |
| HSV(B) | 88.78º | 0.98% | 0.59% | - |
| XYZ | 14.39 | 23.85 | 3.93 | - |
| YUV | 112.9 | 65.98 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 3 | 0.47 | 0 | 0.98 | 0.41 | 88.78 | 0.96 | 0.3 |
| Hex | 50 | 97 | 3 | 2F | 0 | 62 | 29 | 59 | 60 | 1E |
| Octal | 120 | 227 | 3 | 57 | 0 | 142 | 51 | 131 | 140 | 36 |
| Binary | 1010000 | 10010111 | 11 | 101111 | 0 | 1100010 | 101001 | 1011001 | 1100000 | 11110 |
Color Harmonies of #509703
Complementary color
Monochromatic Colors of #509703
Black with #509703
Text Example
Text Example
White with #509703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509703; }
p { color: rgb(80,151,3); }
H1.HeaderClassName
{
color: #509703;
}
.AnyTagClassName
{
color: #509703;
}
</style>
background-color css
<style>
a { background-color: #509703; }
a { background-color: rgb(80,151,3); }
div.DivClassName
{
background-color: #509703;
}
.BgClassName
{
background-color: #509703;
}
</style>
border-color css
<style>
span { border-color: #509703; }
span { border-color: rgb(80,151,3); }
td.TdClassName
{
border-color: #509703;
}
.TagClassName
{
border-color: #509703;
}
</style>