Shades of Pastel Green #73D965
Tints of Pastel Green #73D965
RGB
CMYK
RGB Variations
Color information
#73D965 (or 0x73D965) is known color: Pastel Green. HEX triplet: 73, D9 and 65. RGB value is (115,217,101). Sum of RGB (Red+Green+Blue) = 115+217+101=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #73D965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D965 is #8C269A. Grayscale: #ADADAD. Windows color (decimal): -9184923 or 6674803. OLE color: 6674803.
HSL color Cylindrical-coordinate representation of color #73D965: hue angle of 112.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D965 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 101 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.15 |
| HSL | 112.76º | 0.6% | 0.62% | - |
| HSV(B) | 112.76º | 0.53% | 0.85% | - |
| XYZ | 34.23 | 54.21 | 20.97 | - |
| YUV | 173.28 | 87.21 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 101 | 0.47 | 0 | 0.53 | 0.15 | 112.76 | 0.6 | 0.62 |
| Hex | 73 | D9 | 65 | 2F | 0 | 35 | F | 71 | 3C | 3E |
| Octal | 163 | 331 | 145 | 57 | 0 | 65 | 17 | 161 | 74 | 76 |
| Binary | 1110011 | 11011001 | 1100101 | 101111 | 0 | 110101 | 1111 | 1110001 | 111100 | 111110 |
Color Harmonies of #73D965
Complementary color
Monochromatic Colors of #73D965
Black with #73D965
Text Example
Text Example
White with #73D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D965; }
p { color: rgb(115,217,101); }
H1.HeaderClassName
{
color: #73D965;
}
.AnyTagClassName
{
color: #73D965;
}
</style>
background-color css
<style>
a { background-color: #73D965; }
a { background-color: rgb(115,217,101); }
div.DivClassName
{
background-color: #73D965;
}
.BgClassName
{
background-color: #73D965;
}
</style>
border-color css
<style>
span { border-color: #73D965; }
span { border-color: rgb(115,217,101); }
td.TdClassName
{
border-color: #73D965;
}
.TagClassName
{
border-color: #73D965;
}
</style>