Shades of Pastel Green #76DD73
Tints of Pastel Green #76DD73
RGB
CMYK
RGB Variations
Color information
#76DD73 (or 0x76DD73) is known color: Pastel Green. HEX triplet: 76, DD and 73. RGB value is (118,221,115). Sum of RGB (Red+Green+Blue) = 118+221+115=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD73 is #89228C. Grayscale: #B2B2B2. Windows color (decimal): -8987277 or 7593334. OLE color: 7593334.
HSL color Cylindrical-coordinate representation of color #76DD73: hue angle of 118.3º 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 #76DD73 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 115 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.13 |
| HSL | 118.3º | 0.61% | 0.66% | - |
| HSV(B) | 118.3º | 0.48% | 0.87% | - |
| XYZ | 36.42 | 56.8 | 25.26 | - |
| YUV | 178.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 115 | 0.47 | 0 | 0.48 | 0.13 | 118.3 | 0.61 | 0.66 |
| Hex | 76 | DD | 73 | 2F | 0 | 30 | D | 76 | 3D | 42 |
| Octal | 166 | 335 | 163 | 57 | 0 | 60 | 15 | 166 | 75 | 102 |
| Binary | 1110110 | 11011101 | 1110011 | 101111 | 0 | 110000 | 1101 | 1110110 | 111101 | 1000010 |
Color Harmonies of #76DD73
Complementary color
Monochromatic Colors of #76DD73
Black with #76DD73
Text Example
Text Example
White with #76DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD73; }
p { color: rgb(118,221,115); }
H1.HeaderClassName
{
color: #76DD73;
}
.AnyTagClassName
{
color: #76DD73;
}
</style>
background-color css
<style>
a { background-color: #76DD73; }
a { background-color: rgb(118,221,115); }
div.DivClassName
{
background-color: #76DD73;
}
.BgClassName
{
background-color: #76DD73;
}
</style>
border-color css
<style>
span { border-color: #76DD73; }
span { border-color: rgb(118,221,115); }
td.TdClassName
{
border-color: #76DD73;
}
.TagClassName
{
border-color: #76DD73;
}
</style>