Shades of Limeade #509C1D
Tints of Limeade #509C1D
RGB
CMYK
RGB Variations
Color information
#509C1D (or 0x509C1D) is known color: Limeade. HEX triplet: 50, 9C and 1D. RGB value is (80,156,29). Sum of RGB (Red+Green+Blue) = 80+156+29=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #509C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C1D is #AF63E2. Grayscale: #777777. Windows color (decimal): -11494371 or 1940560. OLE color: 1940560.
HSL color Cylindrical-coordinate representation of color #509C1D: hue angle of 95.91º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #509C1D is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 29 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.39 |
| HSL | 95.91º | 0.69% | 0.36% | - |
| HSV(B) | 95.91º | 0.81% | 0.61% | - |
| XYZ | 15.42 | 25.57 | 5.29 | - |
| YUV | 118.8 | 77.32 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 29 | 0.49 | 0 | 0.81 | 0.39 | 95.91 | 0.69 | 0.36 |
| Hex | 50 | 9C | 1D | 31 | 0 | 51 | 27 | 60 | 45 | 24 |
| Octal | 120 | 234 | 35 | 61 | 0 | 121 | 47 | 140 | 105 | 44 |
| Binary | 1010000 | 10011100 | 11101 | 110001 | 0 | 1010001 | 100111 | 1100000 | 1000101 | 100100 |
Color Harmonies of #509C1D
Complementary color
Monochromatic Colors of #509C1D
Black with #509C1D
Text Example
Text Example
White with #509C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C1D; }
p { color: rgb(80,156,29); }
H1.HeaderClassName
{
color: #509C1D;
}
.AnyTagClassName
{
color: #509C1D;
}
</style>
background-color css
<style>
a { background-color: #509C1D; }
a { background-color: rgb(80,156,29); }
div.DivClassName
{
background-color: #509C1D;
}
.BgClassName
{
background-color: #509C1D;
}
</style>
border-color css
<style>
span { border-color: #509C1D; }
span { border-color: rgb(80,156,29); }
td.TdClassName
{
border-color: #509C1D;
}
.TagClassName
{
border-color: #509C1D;
}
</style>