Shades of Pastel Green #73D671
Tints of Pastel Green #73D671
RGB
CMYK
RGB Variations
Color information
#73D671 (or 0x73D671) is known color: Pastel Green. HEX triplet: 73, D6 and 71. RGB value is (115,214,113). Sum of RGB (Red+Green+Blue) = 115+214+113=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #73D671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D671 is #8C298E. Grayscale: #ADADAD. Windows color (decimal): -9185679 or 7460467. OLE color: 7460467.
HSL color Cylindrical-coordinate representation of color #73D671: hue angle of 118.81º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D671 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 113 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.16 |
| HSL | 118.81º | 0.55% | 0.64% | - |
| HSV(B) | 118.81º | 0.47% | 0.84% | - |
| XYZ | 34.1 | 52.93 | 24.04 | - |
| YUV | 172.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 113 | 0.46 | 0 | 0.47 | 0.16 | 118.81 | 0.55 | 0.64 |
| Hex | 73 | D6 | 71 | 2E | 0 | 2F | 10 | 77 | 37 | 40 |
| Octal | 163 | 326 | 161 | 56 | 0 | 57 | 20 | 167 | 67 | 100 |
| Binary | 1110011 | 11010110 | 1110001 | 101110 | 0 | 101111 | 10000 | 1110111 | 110111 | 1000000 |
Color Harmonies of #73D671
Complementary color
Monochromatic Colors of #73D671
Black with #73D671
Text Example
Text Example
White with #73D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D671; }
p { color: rgb(115,214,113); }
H1.HeaderClassName
{
color: #73D671;
}
.AnyTagClassName
{
color: #73D671;
}
</style>
background-color css
<style>
a { background-color: #73D671; }
a { background-color: rgb(115,214,113); }
div.DivClassName
{
background-color: #73D671;
}
.BgClassName
{
background-color: #73D671;
}
</style>
border-color css
<style>
span { border-color: #73D671; }
span { border-color: rgb(115,214,113); }
td.TdClassName
{
border-color: #73D671;
}
.TagClassName
{
border-color: #73D671;
}
</style>