Shades of Pastel Green #73D676
Tints of Pastel Green #73D676
RGB
CMYK
RGB Variations
Color information
#73D676 (or 0x73D676) is known color: Pastel Green. HEX triplet: 73, D6 and 76. RGB value is (115,214,118). Sum of RGB (Red+Green+Blue) = 115+214+118=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #73D676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D676 is #8C2989. Grayscale: #ADADAD. Windows color (decimal): -9185674 or 7788147. OLE color: 7788147.
HSL color Cylindrical-coordinate representation of color #73D676: hue angle of 121.82º 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 #73D676 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 118 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.16 |
| HSL | 121.82º | 0.55% | 0.65% | - |
| HSV(B) | 121.82º | 0.46% | 0.84% | - |
| XYZ | 34.39 | 53.05 | 25.57 | - |
| YUV | 173.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 118 | 0.46 | 0 | 0.45 | 0.16 | 121.82 | 0.55 | 0.65 |
| Hex | 73 | D6 | 76 | 2E | 0 | 2D | 10 | 7A | 37 | 41 |
| Octal | 163 | 326 | 166 | 56 | 0 | 55 | 20 | 172 | 67 | 101 |
| Binary | 1110011 | 11010110 | 1110110 | 101110 | 0 | 101101 | 10000 | 1111010 | 110111 | 1000001 |
Color Harmonies of #73D676
Complementary color
Monochromatic Colors of #73D676
Black with #73D676
Text Example
Text Example
White with #73D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D676; }
p { color: rgb(115,214,118); }
H1.HeaderClassName
{
color: #73D676;
}
.AnyTagClassName
{
color: #73D676;
}
</style>
background-color css
<style>
a { background-color: #73D676; }
a { background-color: rgb(115,214,118); }
div.DivClassName
{
background-color: #73D676;
}
.BgClassName
{
background-color: #73D676;
}
</style>
border-color css
<style>
span { border-color: #73D676; }
span { border-color: rgb(115,214,118); }
td.TdClassName
{
border-color: #73D676;
}
.TagClassName
{
border-color: #73D676;
}
</style>