Shades of Pastel Green #73D47E
Tints of Pastel Green #73D47E
RGB
CMYK
RGB Variations
Color information
#73D47E (or 0x73D47E) is known color: Pastel Green. HEX triplet: 73, D4 and 7E. RGB value is (115,212,126). Sum of RGB (Red+Green+Blue) = 115+212+126=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #73D47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D47E is #8C2B81. Grayscale: #ADADAD. Windows color (decimal): -9186178 or 8311923. OLE color: 8311923.
HSL color Cylindrical-coordinate representation of color #73D47E: hue angle of 126.8º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D47E is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 126 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.17 |
| HSL | 126.8º | 0.53% | 0.64% | - |
| HSV(B) | 126.8º | 0.46% | 0.83% | - |
| XYZ | 34.38 | 52.24 | 28.01 | - |
| YUV | 173.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 126 | 0.46 | 0 | 0.41 | 0.17 | 126.8 | 0.53 | 0.64 |
| Hex | 73 | D4 | 7E | 2E | 0 | 29 | 11 | 7F | 35 | 40 |
| Octal | 163 | 324 | 176 | 56 | 0 | 51 | 21 | 177 | 65 | 100 |
| Binary | 1110011 | 11010100 | 1111110 | 101110 | 0 | 101001 | 10001 | 1111111 | 110101 | 1000000 |
Color Harmonies of #73D47E
Complementary color
Monochromatic Colors of #73D47E
Black with #73D47E
Text Example
Text Example
White with #73D47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D47E; }
p { color: rgb(115,212,126); }
H1.HeaderClassName
{
color: #73D47E;
}
.AnyTagClassName
{
color: #73D47E;
}
</style>
background-color css
<style>
a { background-color: #73D47E; }
a { background-color: rgb(115,212,126); }
div.DivClassName
{
background-color: #73D47E;
}
.BgClassName
{
background-color: #73D47E;
}
</style>
border-color css
<style>
span { border-color: #73D47E; }
span { border-color: rgb(115,212,126); }
td.TdClassName
{
border-color: #73D47E;
}
.TagClassName
{
border-color: #73D47E;
}
</style>