Shades of Pastel Green #73D170
Tints of Pastel Green #73D170
RGB
CMYK
RGB Variations
Color information
#73D170 (or 0x73D170) is known color: Pastel Green. HEX triplet: 73, D1 and 70. RGB value is (115,209,112). Sum of RGB (Red+Green+Blue) = 115+209+112=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #73D170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D170 is #8C2E8F. Grayscale: #AAAAAA. Windows color (decimal): -9186960 or 7393651. OLE color: 7393651.
HSL color Cylindrical-coordinate representation of color #73D170: hue angle of 118.14º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D170 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 112 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.18 |
| HSL | 118.14º | 0.51% | 0.63% | - |
| HSV(B) | 118.14º | 0.46% | 0.82% | - |
| XYZ | 32.8 | 50.42 | 23.33 | - |
| YUV | 169.84 | 95.36 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 112 | 0.45 | 0 | 0.46 | 0.18 | 118.14 | 0.51 | 0.63 |
| Hex | 73 | D1 | 70 | 2D | 0 | 2E | 12 | 76 | 33 | 3F |
| Octal | 163 | 321 | 160 | 55 | 0 | 56 | 22 | 166 | 63 | 77 |
| Binary | 1110011 | 11010001 | 1110000 | 101101 | 0 | 101110 | 10010 | 1110110 | 110011 | 111111 |
Color Harmonies of #73D170
Complementary color
Monochromatic Colors of #73D170
Black with #73D170
Text Example
Text Example
White with #73D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D170; }
p { color: rgb(115,209,112); }
H1.HeaderClassName
{
color: #73D170;
}
.AnyTagClassName
{
color: #73D170;
}
</style>
background-color css
<style>
a { background-color: #73D170; }
a { background-color: rgb(115,209,112); }
div.DivClassName
{
background-color: #73D170;
}
.BgClassName
{
background-color: #73D170;
}
</style>
border-color css
<style>
span { border-color: #73D170; }
span { border-color: rgb(115,209,112); }
td.TdClassName
{
border-color: #73D170;
}
.TagClassName
{
border-color: #73D170;
}
</style>