Shades of Pastel Green #73D86C
Tints of Pastel Green #73D86C
RGB
CMYK
RGB Variations
Color information
#73D86C (or 0x73D86C) is known color: Pastel Green. HEX triplet: 73, D8 and 6C. RGB value is (115,216,108). Sum of RGB (Red+Green+Blue) = 115+216+108=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #73D86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D86C is #8C2793. Grayscale: #ADADAD. Windows color (decimal): -9185172 or 7133299. OLE color: 7133299.
HSL color Cylindrical-coordinate representation of color #73D86C: hue angle of 116.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73D86C is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 108 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.15 |
| HSL | 116.11º | 0.58% | 0.64% | - |
| HSV(B) | 116.11º | 0.5% | 0.85% | - |
| XYZ | 34.33 | 53.84 | 22.77 | - |
| YUV | 173.49 | 91.04 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 108 | 0.47 | 0 | 0.50 | 0.15 | 116.11 | 0.58 | 0.64 |
| Hex | 73 | D8 | 6C | 2F | 0 | 32 | F | 74 | 3A | 40 |
| Octal | 163 | 330 | 154 | 57 | 0 | 62 | 17 | 164 | 72 | 100 |
| Binary | 1110011 | 11011000 | 1101100 | 101111 | 0 | 110010 | 1111 | 1110100 | 111010 | 1000000 |
Color Harmonies of #73D86C
Complementary color
Monochromatic Colors of #73D86C
Black with #73D86C
Text Example
Text Example
White with #73D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D86C; }
p { color: rgb(115,216,108); }
H1.HeaderClassName
{
color: #73D86C;
}
.AnyTagClassName
{
color: #73D86C;
}
</style>
background-color css
<style>
a { background-color: #73D86C; }
a { background-color: rgb(115,216,108); }
div.DivClassName
{
background-color: #73D86C;
}
.BgClassName
{
background-color: #73D86C;
}
</style>
border-color css
<style>
span { border-color: #73D86C; }
span { border-color: rgb(115,216,108); }
td.TdClassName
{
border-color: #73D86C;
}
.TagClassName
{
border-color: #73D86C;
}
</style>