Shades of Pastel Green #73D985
Tints of Pastel Green #73D985
RGB
CMYK
RGB Variations
Color information
#73D985 (or 0x73D985) is known color: Pastel Green. HEX triplet: 73, D9 and 85. RGB value is (115,217,133). Sum of RGB (Red+Green+Blue) = 115+217+133=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #73D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D985 is #8C267A. Grayscale: #B1B1B1. Windows color (decimal): -9184891 or 8771955. OLE color: 8771955.
HSL color Cylindrical-coordinate representation of color #73D985: hue angle of 130.59º 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 #73D985 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 133 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.15 |
| HSL | 130.59º | 0.57% | 0.65% | - |
| HSV(B) | 130.59º | 0.47% | 0.85% | - |
| XYZ | 36.12 | 54.96 | 30.9 | - |
| YUV | 176.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 133 | 0.47 | 0 | 0.39 | 0.15 | 130.59 | 0.57 | 0.65 |
| Hex | 73 | D9 | 85 | 2F | 0 | 27 | F | 83 | 39 | 41 |
| Octal | 163 | 331 | 205 | 57 | 0 | 47 | 17 | 203 | 71 | 101 |
| Binary | 1110011 | 11011001 | 10000101 | 101111 | 0 | 100111 | 1111 | 10000011 | 111001 | 1000001 |
Color Harmonies of #73D985
Complementary color
Monochromatic Colors of #73D985
Black with #73D985
Text Example
Text Example
White with #73D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D985; }
p { color: rgb(115,217,133); }
H1.HeaderClassName
{
color: #73D985;
}
.AnyTagClassName
{
color: #73D985;
}
</style>
background-color css
<style>
a { background-color: #73D985; }
a { background-color: rgb(115,217,133); }
div.DivClassName
{
background-color: #73D985;
}
.BgClassName
{
background-color: #73D985;
}
</style>
border-color css
<style>
span { border-color: #73D985; }
span { border-color: rgb(115,217,133); }
td.TdClassName
{
border-color: #73D985;
}
.TagClassName
{
border-color: #73D985;
}
</style>