Shades of Pastel Green #76D071
Tints of Pastel Green #76D071
RGB
CMYK
RGB Variations
Color information
#76D071 (or 0x76D071) is known color: Pastel Green. HEX triplet: 76, D0 and 71. RGB value is (118,208,113). Sum of RGB (Red+Green+Blue) = 118+208+113=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #76D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D071 is #892F8E. Grayscale: #AAAAAA. Windows color (decimal): -8990607 or 7458934. OLE color: 7458934.
HSL color Cylindrical-coordinate representation of color #76D071: hue angle of 116.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D071 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 113 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.18 |
| HSL | 116.84º | 0.5% | 0.63% | - |
| HSV(B) | 116.84º | 0.46% | 0.82% | - |
| XYZ | 33.01 | 50.16 | 23.56 | - |
| YUV | 170.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 113 | 0.43 | 0 | 0.46 | 0.18 | 116.84 | 0.5 | 0.63 |
| Hex | 76 | D0 | 71 | 2B | 0 | 2E | 12 | 75 | 32 | 3F |
| Octal | 166 | 320 | 161 | 53 | 0 | 56 | 22 | 165 | 62 | 77 |
| Binary | 1110110 | 11010000 | 1110001 | 101011 | 0 | 101110 | 10010 | 1110101 | 110010 | 111111 |
Color Harmonies of #76D071
Complementary color
Monochromatic Colors of #76D071
Black with #76D071
Text Example
Text Example
White with #76D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D071; }
p { color: rgb(118,208,113); }
H1.HeaderClassName
{
color: #76D071;
}
.AnyTagClassName
{
color: #76D071;
}
</style>
background-color css
<style>
a { background-color: #76D071; }
a { background-color: rgb(118,208,113); }
div.DivClassName
{
background-color: #76D071;
}
.BgClassName
{
background-color: #76D071;
}
</style>
border-color css
<style>
span { border-color: #76D071; }
span { border-color: rgb(118,208,113); }
td.TdClassName
{
border-color: #76D071;
}
.TagClassName
{
border-color: #76D071;
}
</style>