Shades of Pastel Green #73DD76
Tints of Pastel Green #73DD76
RGB
CMYK
RGB Variations
Color information
#73DD76 (or 0x73DD76) is known color: Pastel Green. HEX triplet: 73, DD and 76. RGB value is (115,221,118). Sum of RGB (Red+Green+Blue) = 115+221+118=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DD76 is #8C2289. Grayscale: #B1B1B1. Windows color (decimal): -9183882 or 7789939. OLE color: 7789939.
HSL color Cylindrical-coordinate representation of color #73DD76: hue angle of 121.7º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DD76 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 118 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.13 |
| HSL | 121.7º | 0.61% | 0.66% | - |
| HSV(B) | 121.7º | 0.48% | 0.87% | - |
| XYZ | 36.2 | 56.67 | 26.17 | - |
| YUV | 177.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 118 | 0.48 | 0 | 0.47 | 0.13 | 121.7 | 0.61 | 0.66 |
| Hex | 73 | DD | 76 | 30 | 0 | 2F | D | 7A | 3D | 42 |
| Octal | 163 | 335 | 166 | 60 | 0 | 57 | 15 | 172 | 75 | 102 |
| Binary | 1110011 | 11011101 | 1110110 | 110000 | 0 | 101111 | 1101 | 1111010 | 111101 | 1000010 |
Color Harmonies of #73DD76
Complementary color
Monochromatic Colors of #73DD76
Black with #73DD76
Text Example
Text Example
White with #73DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD76; }
p { color: rgb(115,221,118); }
H1.HeaderClassName
{
color: #73DD76;
}
.AnyTagClassName
{
color: #73DD76;
}
</style>
background-color css
<style>
a { background-color: #73DD76; }
a { background-color: rgb(115,221,118); }
div.DivClassName
{
background-color: #73DD76;
}
.BgClassName
{
background-color: #73DD76;
}
</style>
border-color css
<style>
span { border-color: #73DD76; }
span { border-color: rgb(115,221,118); }
td.TdClassName
{
border-color: #73DD76;
}
.TagClassName
{
border-color: #73DD76;
}
</style>