Shades of Pastel Green #76D271
Tints of Pastel Green #76D271
RGB
CMYK
RGB Variations
Color information
#76D271 (or 0x76D271) is known color: Pastel Green. HEX triplet: 76, D2 and 71. RGB value is (118,210,113). Sum of RGB (Red+Green+Blue) = 118+210+113=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #76D271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D271 is #892D8E. Grayscale: #ABABAB. Windows color (decimal): -8990095 or 7459446. OLE color: 7459446.
HSL color Cylindrical-coordinate representation of color #76D271: hue angle of 116.91º degrees, saturation: 0.52, 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 #76D271 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 113 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.18 |
| HSL | 116.91º | 0.52% | 0.63% | - |
| HSV(B) | 116.91º | 0.46% | 0.82% | - |
| XYZ | 33.5 | 51.14 | 23.73 | - |
| YUV | 171.43 | 95.02 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 113 | 0.44 | 0 | 0.46 | 0.18 | 116.91 | 0.52 | 0.63 |
| Hex | 76 | D2 | 71 | 2C | 0 | 2E | 12 | 75 | 34 | 3F |
| Octal | 166 | 322 | 161 | 54 | 0 | 56 | 22 | 165 | 64 | 77 |
| Binary | 1110110 | 11010010 | 1110001 | 101100 | 0 | 101110 | 10010 | 1110101 | 110100 | 111111 |
Color Harmonies of #76D271
Complementary color
Monochromatic Colors of #76D271
Black with #76D271
Text Example
Text Example
White with #76D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D271; }
p { color: rgb(118,210,113); }
H1.HeaderClassName
{
color: #76D271;
}
.AnyTagClassName
{
color: #76D271;
}
</style>
background-color css
<style>
a { background-color: #76D271; }
a { background-color: rgb(118,210,113); }
div.DivClassName
{
background-color: #76D271;
}
.BgClassName
{
background-color: #76D271;
}
</style>
border-color css
<style>
span { border-color: #76D271; }
span { border-color: rgb(118,210,113); }
td.TdClassName
{
border-color: #76D271;
}
.TagClassName
{
border-color: #76D271;
}
</style>