Shades of Asparagus #7CAF50
Tints of Asparagus #7CAF50
RGB
CMYK
RGB Variations
Color information
#7CAF50 (or 0x7CAF50) is known color: Asparagus. HEX triplet: 7C, AF and 50. RGB value is (124,175,80). Sum of RGB (Red+Green+Blue) = 124+175+80=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF50 is #8350AF. Grayscale: #959595. Windows color (decimal): -8605872 or 5287804. OLE color: 5287804.
HSL color Cylindrical-coordinate representation of color #7CAF50: hue angle of 92.21º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CAF50 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 80 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.31 |
| HSL | 92.21º | 0.37% | 0.5% | - |
| HSV(B) | 92.21º | 0.54% | 0.69% | - |
| XYZ | 25.09 | 35.52 | 13.12 | - |
| YUV | 148.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 80 | 0.29 | 0 | 0.54 | 0.31 | 92.21 | 0.37 | 0.5 |
| Hex | 7C | AF | 50 | 1D | 0 | 36 | 1F | 5C | 25 | 32 |
| Octal | 174 | 257 | 120 | 35 | 0 | 66 | 37 | 134 | 45 | 62 |
| Binary | 1111100 | 10101111 | 1010000 | 11101 | 0 | 110110 | 11111 | 1011100 | 100101 | 110010 |
Color Harmonies of #7CAF50
Complementary color
Monochromatic Colors of #7CAF50
Black with #7CAF50
Text Example
Text Example
White with #7CAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF50; }
p { color: rgb(124,175,80); }
H1.HeaderClassName
{
color: #7CAF50;
}
.AnyTagClassName
{
color: #7CAF50;
}
</style>
background-color css
<style>
a { background-color: #7CAF50; }
a { background-color: rgb(124,175,80); }
div.DivClassName
{
background-color: #7CAF50;
}
.BgClassName
{
background-color: #7CAF50;
}
</style>
border-color css
<style>
span { border-color: #7CAF50; }
span { border-color: rgb(124,175,80); }
td.TdClassName
{
border-color: #7CAF50;
}
.TagClassName
{
border-color: #7CAF50;
}
</style>