Shades of Asparagus #75AD51
Tints of Asparagus #75AD51
RGB
CMYK
RGB Variations
Color information
#75AD51 (or 0x75AD51) is known color: Asparagus. HEX triplet: 75, AD and 51. RGB value is (117,173,81). Sum of RGB (Red+Green+Blue) = 117+173+81=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD51 is #8A52AE. Grayscale: #929292. Windows color (decimal): -9065135 or 5352821. OLE color: 5352821.
HSL color Cylindrical-coordinate representation of color #75AD51: hue angle of 96.52º 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 #75AD51 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 81 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.32 |
| HSL | 96.52º | 0.36% | 0.5% | - |
| HSV(B) | 96.52º | 0.53% | 0.68% | - |
| XYZ | 23.76 | 34.26 | 13.15 | - |
| YUV | 145.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 81 | 0.32 | 0 | 0.53 | 0.32 | 96.52 | 0.36 | 0.5 |
| Hex | 75 | AD | 51 | 20 | 0 | 35 | 20 | 61 | 24 | 32 |
| Octal | 165 | 255 | 121 | 40 | 0 | 65 | 40 | 141 | 44 | 62 |
| Binary | 1110101 | 10101101 | 1010001 | 100000 | 0 | 110101 | 100000 | 1100001 | 100100 | 110010 |
Color Harmonies of #75AD51
Complementary color
Monochromatic Colors of #75AD51
Black with #75AD51
Text Example
Text Example
White with #75AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD51; }
p { color: rgb(117,173,81); }
H1.HeaderClassName
{
color: #75AD51;
}
.AnyTagClassName
{
color: #75AD51;
}
</style>
background-color css
<style>
a { background-color: #75AD51; }
a { background-color: rgb(117,173,81); }
div.DivClassName
{
background-color: #75AD51;
}
.BgClassName
{
background-color: #75AD51;
}
</style>
border-color css
<style>
span { border-color: #75AD51; }
span { border-color: rgb(117,173,81); }
td.TdClassName
{
border-color: #75AD51;
}
.TagClassName
{
border-color: #75AD51;
}
</style>