Shades of Pastel Green #73D673
Tints of Pastel Green #73D673
RGB
CMYK
RGB Variations
Color information
#73D673 (or 0x73D673) is known color: Pastel Green. HEX triplet: 73, D6 and 73. RGB value is (115,214,115). Sum of RGB (Red+Green+Blue) = 115+214+115=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #73D673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D673 is #8C298C. Grayscale: #ADADAD. Windows color (decimal): -9185677 or 7591539. OLE color: 7591539.
HSL color Cylindrical-coordinate representation of color #73D673: hue angle of 120º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D673 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 115 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.16 |
| HSL | 120º | 0.55% | 0.65% | - |
| HSV(B) | 120º | 0.46% | 0.84% | - |
| XYZ | 34.21 | 52.98 | 24.64 | - |
| YUV | 173.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 115 | 0.46 | 0 | 0.46 | 0.16 | 120 | 0.55 | 0.65 |
| Hex | 73 | D6 | 73 | 2E | 0 | 2E | 10 | 78 | 37 | 41 |
| Octal | 163 | 326 | 163 | 56 | 0 | 56 | 20 | 170 | 67 | 101 |
| Binary | 1110011 | 11010110 | 1110011 | 101110 | 0 | 101110 | 10000 | 1111000 | 110111 | 1000001 |
Color Harmonies of #73D673
Complementary color
Monochromatic Colors of #73D673
Black with #73D673
Text Example
Text Example
White with #73D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D673; }
p { color: rgb(115,214,115); }
H1.HeaderClassName
{
color: #73D673;
}
.AnyTagClassName
{
color: #73D673;
}
</style>
background-color css
<style>
a { background-color: #73D673; }
a { background-color: rgb(115,214,115); }
div.DivClassName
{
background-color: #73D673;
}
.BgClassName
{
background-color: #73D673;
}
</style>
border-color css
<style>
span { border-color: #73D673; }
span { border-color: rgb(115,214,115); }
td.TdClassName
{
border-color: #73D673;
}
.TagClassName
{
border-color: #73D673;
}
</style>