Shades of Pastel Green #73C76F
Tints of Pastel Green #73C76F
RGB
CMYK
RGB Variations
Color information
#73C76F (or 0x73C76F) is known color: Pastel Green. HEX triplet: 73, C7 and 6F. RGB value is (115,199,111). Sum of RGB (Red+Green+Blue) = 115+199+111=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #73C76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C76F is #8C3890. Grayscale: #A4A4A4. Windows color (decimal): -9189521 or 7325555. OLE color: 7325555.
HSL color Cylindrical-coordinate representation of color #73C76F: hue angle of 117.27º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73C76F is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 111 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.22 |
| HSL | 117.27º | 0.44% | 0.61% | - |
| HSV(B) | 117.27º | 0.44% | 0.78% | - |
| XYZ | 30.36 | 45.64 | 22.25 | - |
| YUV | 163.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 111 | 0.42 | 0 | 0.44 | 0.22 | 117.27 | 0.44 | 0.61 |
| Hex | 73 | C7 | 6F | 2A | 0 | 2C | 16 | 75 | 2C | 3D |
| Octal | 163 | 307 | 157 | 52 | 0 | 54 | 26 | 165 | 54 | 75 |
| Binary | 1110011 | 11000111 | 1101111 | 101010 | 0 | 101100 | 10110 | 1110101 | 101100 | 111101 |
Color Harmonies of #73C76F
Complementary color
Monochromatic Colors of #73C76F
Black with #73C76F
Text Example
Text Example
White with #73C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C76F; }
p { color: rgb(115,199,111); }
H1.HeaderClassName
{
color: #73C76F;
}
.AnyTagClassName
{
color: #73C76F;
}
</style>
background-color css
<style>
a { background-color: #73C76F; }
a { background-color: rgb(115,199,111); }
div.DivClassName
{
background-color: #73C76F;
}
.BgClassName
{
background-color: #73C76F;
}
</style>
border-color css
<style>
span { border-color: #73C76F; }
span { border-color: rgb(115,199,111); }
td.TdClassName
{
border-color: #73C76F;
}
.TagClassName
{
border-color: #73C76F;
}
</style>