Shades of Asparagus #74AE53
Tints of Asparagus #74AE53
RGB
CMYK
RGB Variations
Color information
#74AE53 (or 0x74AE53) is known color: Asparagus. HEX triplet: 74, AE and 53. RGB value is (116,174,83). Sum of RGB (Red+Green+Blue) = 116+174+83=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AE53 is #8B51AC. Grayscale: #929292. Windows color (decimal): -9130413 or 5484148. OLE color: 5484148.
HSL color Cylindrical-coordinate representation of color #74AE53: hue angle of 98.24º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74AE53 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 83 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.32 |
| HSL | 98.24º | 0.36% | 0.5% | - |
| HSV(B) | 98.24º | 0.52% | 0.68% | - |
| XYZ | 23.9 | 34.61 | 13.6 | - |
| YUV | 146.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 83 | 0.33 | 0 | 0.52 | 0.32 | 98.24 | 0.36 | 0.5 |
| Hex | 74 | AE | 53 | 21 | 0 | 34 | 20 | 62 | 24 | 32 |
| Octal | 164 | 256 | 123 | 41 | 0 | 64 | 40 | 142 | 44 | 62 |
| Binary | 1110100 | 10101110 | 1010011 | 100001 | 0 | 110100 | 100000 | 1100010 | 100100 | 110010 |
Color Harmonies of #74AE53
Complementary color
Monochromatic Colors of #74AE53
Black with #74AE53
Text Example
Text Example
White with #74AE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AE53; }
p { color: rgb(116,174,83); }
H1.HeaderClassName
{
color: #74AE53;
}
.AnyTagClassName
{
color: #74AE53;
}
</style>
background-color css
<style>
a { background-color: #74AE53; }
a { background-color: rgb(116,174,83); }
div.DivClassName
{
background-color: #74AE53;
}
.BgClassName
{
background-color: #74AE53;
}
</style>
border-color css
<style>
span { border-color: #74AE53; }
span { border-color: rgb(116,174,83); }
td.TdClassName
{
border-color: #74AE53;
}
.TagClassName
{
border-color: #74AE53;
}
</style>