Shades of Pastel Green #73C76D
Tints of Pastel Green #73C76D
RGB
CMYK
RGB Variations
Color information
#73C76D (or 0x73C76D) is known color: Pastel Green. HEX triplet: 73, C7 and 6D. RGB value is (115,199,109). Sum of RGB (Red+Green+Blue) = 115+199+109=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #73C76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C76D is #8C3892. Grayscale: #A3A3A3. Windows color (decimal): -9189523 or 7194483. OLE color: 7194483.
HSL color Cylindrical-coordinate representation of color #73C76D: hue angle of 116º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C76D is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 109 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.22 |
| HSL | 116º | 0.45% | 0.6% | - |
| HSV(B) | 116º | 0.45% | 0.78% | - |
| XYZ | 30.25 | 45.6 | 21.67 | - |
| YUV | 163.62 | 97.17 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 109 | 0.42 | 0 | 0.45 | 0.22 | 116 | 0.45 | 0.6 |
| Hex | 73 | C7 | 6D | 2A | 0 | 2D | 16 | 74 | 2D | 3C |
| Octal | 163 | 307 | 155 | 52 | 0 | 55 | 26 | 164 | 55 | 74 |
| Binary | 1110011 | 11000111 | 1101101 | 101010 | 0 | 101101 | 10110 | 1110100 | 101101 | 111100 |
Color Harmonies of #73C76D
Complementary color
Monochromatic Colors of #73C76D
Black with #73C76D
Text Example
Text Example
White with #73C76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C76D; }
p { color: rgb(115,199,109); }
H1.HeaderClassName
{
color: #73C76D;
}
.AnyTagClassName
{
color: #73C76D;
}
</style>
background-color css
<style>
a { background-color: #73C76D; }
a { background-color: rgb(115,199,109); }
div.DivClassName
{
background-color: #73C76D;
}
.BgClassName
{
background-color: #73C76D;
}
</style>
border-color css
<style>
span { border-color: #73C76D; }
span { border-color: rgb(115,199,109); }
td.TdClassName
{
border-color: #73C76D;
}
.TagClassName
{
border-color: #73C76D;
}
</style>