Shades of Pastel Green #73D765
Tints of Pastel Green #73D765
RGB
CMYK
RGB Variations
Color information
#73D765 (or 0x73D765) is known color: Pastel Green. HEX triplet: 73, D7 and 65. RGB value is (115,215,101). Sum of RGB (Red+Green+Blue) = 115+215+101=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #73D765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D765 is #8C289A. Grayscale: #ACACAC. Windows color (decimal): -9185435 or 6674291. OLE color: 6674291.
HSL color Cylindrical-coordinate representation of color #73D765: hue angle of 112.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D765 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 101 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.16 |
| HSL | 112.63º | 0.59% | 0.62% | - |
| HSV(B) | 112.63º | 0.53% | 0.84% | - |
| XYZ | 33.72 | 53.19 | 20.8 | - |
| YUV | 172.1 | 87.87 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 101 | 0.47 | 0 | 0.53 | 0.16 | 112.63 | 0.59 | 0.62 |
| Hex | 73 | D7 | 65 | 2F | 0 | 35 | 10 | 71 | 3B | 3E |
| Octal | 163 | 327 | 145 | 57 | 0 | 65 | 20 | 161 | 73 | 76 |
| Binary | 1110011 | 11010111 | 1100101 | 101111 | 0 | 110101 | 10000 | 1110001 | 111011 | 111110 |
Color Harmonies of #73D765
Complementary color
Monochromatic Colors of #73D765
Black with #73D765
Text Example
Text Example
White with #73D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D765; }
p { color: rgb(115,215,101); }
H1.HeaderClassName
{
color: #73D765;
}
.AnyTagClassName
{
color: #73D765;
}
</style>
background-color css
<style>
a { background-color: #73D765; }
a { background-color: rgb(115,215,101); }
div.DivClassName
{
background-color: #73D765;
}
.BgClassName
{
background-color: #73D765;
}
</style>
border-color css
<style>
span { border-color: #73D765; }
span { border-color: rgb(115,215,101); }
td.TdClassName
{
border-color: #73D765;
}
.TagClassName
{
border-color: #73D765;
}
</style>