Shades of Pastel Green #73D986
Tints of Pastel Green #73D986
RGB
CMYK
RGB Variations
Color information
#73D986 (or 0x73D986) is known color: Pastel Green. HEX triplet: 73, D9 and 86. RGB value is (115,217,134). Sum of RGB (Red+Green+Blue) = 115+217+134=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #73D986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D986 is #8C2679. Grayscale: #B1B1B1. Windows color (decimal): -9184890 or 8837491. OLE color: 8837491.
HSL color Cylindrical-coordinate representation of color #73D986: hue angle of 131.18º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D986 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 134 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.15 |
| HSL | 131.18º | 0.57% | 0.65% | - |
| HSV(B) | 131.18º | 0.47% | 0.85% | - |
| XYZ | 36.19 | 54.99 | 31.26 | - |
| YUV | 177.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 134 | 0.47 | 0 | 0.38 | 0.15 | 131.18 | 0.57 | 0.65 |
| Hex | 73 | D9 | 86 | 2F | 0 | 26 | F | 83 | 39 | 41 |
| Octal | 163 | 331 | 206 | 57 | 0 | 46 | 17 | 203 | 71 | 101 |
| Binary | 1110011 | 11011001 | 10000110 | 101111 | 0 | 100110 | 1111 | 10000011 | 111001 | 1000001 |
Color Harmonies of #73D986
Complementary color
Monochromatic Colors of #73D986
Black with #73D986
Text Example
Text Example
White with #73D986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D986; }
p { color: rgb(115,217,134); }
H1.HeaderClassName
{
color: #73D986;
}
.AnyTagClassName
{
color: #73D986;
}
</style>
background-color css
<style>
a { background-color: #73D986; }
a { background-color: rgb(115,217,134); }
div.DivClassName
{
background-color: #73D986;
}
.BgClassName
{
background-color: #73D986;
}
</style>
border-color css
<style>
span { border-color: #73D986; }
span { border-color: rgb(115,217,134); }
td.TdClassName
{
border-color: #73D986;
}
.TagClassName
{
border-color: #73D986;
}
</style>