Shades of Asparagus #74AD51
Tints of Asparagus #74AD51
RGB
CMYK
RGB Variations
Color information
#74AD51 (or 0x74AD51) is known color: Asparagus. HEX triplet: 74, AD and 51. RGB value is (116,173,81). Sum of RGB (Red+Green+Blue) = 116+173+81=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD51 is #8B52AE. Grayscale: #919191. Windows color (decimal): -9130671 or 5352820. OLE color: 5352820.
HSL color Cylindrical-coordinate representation of color #74AD51: hue angle of 97.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74AD51 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 81 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.32 |
| HSL | 97.17º | 0.36% | 0.5% | - |
| HSV(B) | 97.17º | 0.53% | 0.68% | - |
| XYZ | 23.63 | 34.19 | 13.14 | - |
| YUV | 145.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 81 | 0.33 | 0 | 0.53 | 0.32 | 97.17 | 0.36 | 0.5 |
| Hex | 74 | AD | 51 | 21 | 0 | 35 | 20 | 61 | 24 | 32 |
| Octal | 164 | 255 | 121 | 41 | 0 | 65 | 40 | 141 | 44 | 62 |
| Binary | 1110100 | 10101101 | 1010001 | 100001 | 0 | 110101 | 100000 | 1100001 | 100100 | 110010 |
Color Harmonies of #74AD51
Complementary color
Monochromatic Colors of #74AD51
Black with #74AD51
Text Example
Text Example
White with #74AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD51; }
p { color: rgb(116,173,81); }
H1.HeaderClassName
{
color: #74AD51;
}
.AnyTagClassName
{
color: #74AD51;
}
</style>
background-color css
<style>
a { background-color: #74AD51; }
a { background-color: rgb(116,173,81); }
div.DivClassName
{
background-color: #74AD51;
}
.BgClassName
{
background-color: #74AD51;
}
</style>
border-color css
<style>
span { border-color: #74AD51; }
span { border-color: rgb(116,173,81); }
td.TdClassName
{
border-color: #74AD51;
}
.TagClassName
{
border-color: #74AD51;
}
</style>