Shades of Pastel Green #73D98C
Tints of Pastel Green #73D98C
RGB
CMYK
RGB Variations
Color information
#73D98C (or 0x73D98C) is known color: Pastel Green. HEX triplet: 73, D9 and 8C. RGB value is (115,217,140). Sum of RGB (Red+Green+Blue) = 115+217+140=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #73D98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D98C is #8C2673. Grayscale: #B1B1B1. Windows color (decimal): -9184884 or 9230707. OLE color: 9230707.
HSL color Cylindrical-coordinate representation of color #73D98C: hue angle of 134.71º 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 #73D98C is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 140 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.15 |
| HSL | 134.71º | 0.57% | 0.65% | - |
| HSV(B) | 134.71º | 0.47% | 0.85% | - |
| XYZ | 36.62 | 55.16 | 33.53 | - |
| YUV | 177.72 | 106.71 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 140 | 0.47 | 0 | 0.35 | 0.15 | 134.71 | 0.57 | 0.65 |
| Hex | 73 | D9 | 8C | 2F | 0 | 23 | F | 87 | 39 | 41 |
| Octal | 163 | 331 | 214 | 57 | 0 | 43 | 17 | 207 | 71 | 101 |
| Binary | 1110011 | 11011001 | 10001100 | 101111 | 0 | 100011 | 1111 | 10000111 | 111001 | 1000001 |
Color Harmonies of #73D98C
Complementary color
Monochromatic Colors of #73D98C
Black with #73D98C
Text Example
Text Example
White with #73D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D98C; }
p { color: rgb(115,217,140); }
H1.HeaderClassName
{
color: #73D98C;
}
.AnyTagClassName
{
color: #73D98C;
}
</style>
background-color css
<style>
a { background-color: #73D98C; }
a { background-color: rgb(115,217,140); }
div.DivClassName
{
background-color: #73D98C;
}
.BgClassName
{
background-color: #73D98C;
}
</style>
border-color css
<style>
span { border-color: #73D98C; }
span { border-color: rgb(115,217,140); }
td.TdClassName
{
border-color: #73D98C;
}
.TagClassName
{
border-color: #73D98C;
}
</style>