Shades of Pastel Green #76D371
Tints of Pastel Green #76D371
RGB
CMYK
RGB Variations
Color information
#76D371 (or 0x76D371) is known color: Pastel Green. HEX triplet: 76, D3 and 71. RGB value is (118,211,113). Sum of RGB (Red+Green+Blue) = 118+211+113=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #76D371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D371 is #892C8E. Grayscale: #ACACAC. Windows color (decimal): -8989839 or 7459702. OLE color: 7459702.
HSL color Cylindrical-coordinate representation of color #76D371: hue angle of 116.94º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D371 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 113 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.17 |
| HSL | 116.94º | 0.53% | 0.64% | - |
| HSV(B) | 116.94º | 0.46% | 0.83% | - |
| XYZ | 33.75 | 51.63 | 23.81 | - |
| YUV | 172.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 113 | 0.44 | 0 | 0.46 | 0.17 | 116.94 | 0.53 | 0.64 |
| Hex | 76 | D3 | 71 | 2C | 0 | 2E | 11 | 75 | 35 | 40 |
| Octal | 166 | 323 | 161 | 54 | 0 | 56 | 21 | 165 | 65 | 100 |
| Binary | 1110110 | 11010011 | 1110001 | 101100 | 0 | 101110 | 10001 | 1110101 | 110101 | 1000000 |
Color Harmonies of #76D371
Complementary color
Monochromatic Colors of #76D371
Black with #76D371
Text Example
Text Example
White with #76D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D371; }
p { color: rgb(118,211,113); }
H1.HeaderClassName
{
color: #76D371;
}
.AnyTagClassName
{
color: #76D371;
}
</style>
background-color css
<style>
a { background-color: #76D371; }
a { background-color: rgb(118,211,113); }
div.DivClassName
{
background-color: #76D371;
}
.BgClassName
{
background-color: #76D371;
}
</style>
border-color css
<style>
span { border-color: #76D371; }
span { border-color: rgb(118,211,113); }
td.TdClassName
{
border-color: #76D371;
}
.TagClassName
{
border-color: #76D371;
}
</style>