Shades of Asparagus #7DAE54
Tints of Asparagus #7DAE54
RGB
CMYK
RGB Variations
Color information
#7DAE54 (or 0x7DAE54) is known color: Asparagus. HEX triplet: 7D, AE and 54. RGB value is (125,174,84). Sum of RGB (Red+Green+Blue) = 125+174+84=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE54 is #8251AB. Grayscale: #959595. Windows color (decimal): -8540588 or 5549693. OLE color: 5549693.
HSL color Cylindrical-coordinate representation of color #7DAE54: hue angle of 92.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DAE54 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 84 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.32 |
| HSL | 92.67º | 0.36% | 0.51% | - |
| HSV(B) | 92.67º | 0.52% | 0.68% | - |
| XYZ | 25.19 | 35.27 | 13.87 | - |
| YUV | 149.09 | 91.27 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 84 | 0.28 | 0 | 0.52 | 0.32 | 92.67 | 0.36 | 0.51 |
| Hex | 7D | AE | 54 | 1C | 0 | 34 | 20 | 5D | 24 | 33 |
| Octal | 175 | 256 | 124 | 34 | 0 | 64 | 40 | 135 | 44 | 63 |
| Binary | 1111101 | 10101110 | 1010100 | 11100 | 0 | 110100 | 100000 | 1011101 | 100100 | 110011 |
Color Harmonies of #7DAE54
Complementary color
Monochromatic Colors of #7DAE54
Black with #7DAE54
Text Example
Text Example
White with #7DAE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE54; }
p { color: rgb(125,174,84); }
H1.HeaderClassName
{
color: #7DAE54;
}
.AnyTagClassName
{
color: #7DAE54;
}
</style>
background-color css
<style>
a { background-color: #7DAE54; }
a { background-color: rgb(125,174,84); }
div.DivClassName
{
background-color: #7DAE54;
}
.BgClassName
{
background-color: #7DAE54;
}
</style>
border-color css
<style>
span { border-color: #7DAE54; }
span { border-color: rgb(125,174,84); }
td.TdClassName
{
border-color: #7DAE54;
}
.TagClassName
{
border-color: #7DAE54;
}
</style>