Shades of Asparagus #7DAE4F
Tints of Asparagus #7DAE4F
RGB
CMYK
RGB Variations
Color information
#7DAE4F (or 0x7DAE4F) is known color: Asparagus. HEX triplet: 7D, AE and 4F. RGB value is (125,174,79). Sum of RGB (Red+Green+Blue) = 125+174+79=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE4F is #8251B0. Grayscale: #949494. Windows color (decimal): -8540593 or 5222013. OLE color: 5222013.
HSL color Cylindrical-coordinate representation of color #7DAE4F: hue angle of 90.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DAE4F is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 79 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.32 |
| HSL | 90.95º | 0.38% | 0.5% | - |
| HSV(B) | 90.95º | 0.55% | 0.68% | - |
| XYZ | 25 | 35.2 | 12.87 | - |
| YUV | 148.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 79 | 0.28 | 0 | 0.55 | 0.32 | 90.95 | 0.38 | 0.5 |
| Hex | 7D | AE | 4F | 1C | 0 | 37 | 20 | 5B | 26 | 32 |
| Octal | 175 | 256 | 117 | 34 | 0 | 67 | 40 | 133 | 46 | 62 |
| Binary | 1111101 | 10101110 | 1001111 | 11100 | 0 | 110111 | 100000 | 1011011 | 100110 | 110010 |
Color Harmonies of #7DAE4F
Complementary color
Monochromatic Colors of #7DAE4F
Black with #7DAE4F
Text Example
Text Example
White with #7DAE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE4F; }
p { color: rgb(125,174,79); }
H1.HeaderClassName
{
color: #7DAE4F;
}
.AnyTagClassName
{
color: #7DAE4F;
}
</style>
background-color css
<style>
a { background-color: #7DAE4F; }
a { background-color: rgb(125,174,79); }
div.DivClassName
{
background-color: #7DAE4F;
}
.BgClassName
{
background-color: #7DAE4F;
}
</style>
border-color css
<style>
span { border-color: #7DAE4F; }
span { border-color: rgb(125,174,79); }
td.TdClassName
{
border-color: #7DAE4F;
}
.TagClassName
{
border-color: #7DAE4F;
}
</style>