Shades of Pastel Green #73D37F
Tints of Pastel Green #73D37F
RGB
CMYK
RGB Variations
Color information
#73D37F (or 0x73D37F) is known color: Pastel Green. HEX triplet: 73, D3 and 7F. RGB value is (115,211,127). Sum of RGB (Red+Green+Blue) = 115+211+127=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #73D37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D37F is #8C2C80. Grayscale: #ACACAC. Windows color (decimal): -9186433 or 8377203. OLE color: 8377203.
HSL color Cylindrical-coordinate representation of color #73D37F: hue angle of 127.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D37F is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 127 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.17 |
| HSL | 127.5º | 0.52% | 0.64% | - |
| HSV(B) | 127.5º | 0.45% | 0.83% | - |
| XYZ | 34.2 | 51.77 | 28.27 | - |
| YUV | 172.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 127 | 0.45 | 0 | 0.40 | 0.17 | 127.5 | 0.52 | 0.64 |
| Hex | 73 | D3 | 7F | 2D | 0 | 28 | 11 | 80 | 34 | 40 |
| Octal | 163 | 323 | 177 | 55 | 0 | 50 | 21 | 200 | 64 | 100 |
| Binary | 1110011 | 11010011 | 1111111 | 101101 | 0 | 101000 | 10001 | 10000000 | 110100 | 1000000 |
Color Harmonies of #73D37F
Complementary color
Monochromatic Colors of #73D37F
Black with #73D37F
Text Example
Text Example
White with #73D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D37F; }
p { color: rgb(115,211,127); }
H1.HeaderClassName
{
color: #73D37F;
}
.AnyTagClassName
{
color: #73D37F;
}
</style>
background-color css
<style>
a { background-color: #73D37F; }
a { background-color: rgb(115,211,127); }
div.DivClassName
{
background-color: #73D37F;
}
.BgClassName
{
background-color: #73D37F;
}
</style>
border-color css
<style>
span { border-color: #73D37F; }
span { border-color: rgb(115,211,127); }
td.TdClassName
{
border-color: #73D37F;
}
.TagClassName
{
border-color: #73D37F;
}
</style>