Shades of Pastel Green #73D165
Tints of Pastel Green #73D165
RGB
CMYK
RGB Variations
Color information
#73D165 (or 0x73D165) is known color: Pastel Green. HEX triplet: 73, D1 and 65. RGB value is (115,209,101). Sum of RGB (Red+Green+Blue) = 115+209+101=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #73D165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D165 is #8C2E9A. Grayscale: #A8A8A8. Windows color (decimal): -9186971 or 6672755. OLE color: 6672755.
HSL color Cylindrical-coordinate representation of color #73D165: hue angle of 112.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D165 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 101 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.18 |
| HSL | 112.22º | 0.54% | 0.61% | - |
| HSV(B) | 112.22º | 0.52% | 0.82% | - |
| XYZ | 32.22 | 50.19 | 20.3 | - |
| YUV | 168.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 101 | 0.45 | 0 | 0.52 | 0.18 | 112.22 | 0.54 | 0.61 |
| Hex | 73 | D1 | 65 | 2D | 0 | 34 | 12 | 70 | 36 | 3D |
| Octal | 163 | 321 | 145 | 55 | 0 | 64 | 22 | 160 | 66 | 75 |
| Binary | 1110011 | 11010001 | 1100101 | 101101 | 0 | 110100 | 10010 | 1110000 | 110110 | 111101 |
Color Harmonies of #73D165
Complementary color
Monochromatic Colors of #73D165
Black with #73D165
Text Example
Text Example
White with #73D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D165; }
p { color: rgb(115,209,101); }
H1.HeaderClassName
{
color: #73D165;
}
.AnyTagClassName
{
color: #73D165;
}
</style>
background-color css
<style>
a { background-color: #73D165; }
a { background-color: rgb(115,209,101); }
div.DivClassName
{
background-color: #73D165;
}
.BgClassName
{
background-color: #73D165;
}
</style>
border-color css
<style>
span { border-color: #73D165; }
span { border-color: rgb(115,209,101); }
td.TdClassName
{
border-color: #73D165;
}
.TagClassName
{
border-color: #73D165;
}
</style>