Shades of Pastel Green #76E671
Tints of Pastel Green #76E671
RGB
CMYK
RGB Variations
Color information
#76E671 (or 0x76E671) is known color: Pastel Green. HEX triplet: 76, E6 and 71. RGB value is (118,230,113). Sum of RGB (Red+Green+Blue) = 118+230+113=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #76E671 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76E671 is #89198E. Grayscale: #B7B7B7. Windows color (decimal): -8984975 or 7464566. OLE color: 7464566.
HSL color Cylindrical-coordinate representation of color #76E671: hue angle of 117.44º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76E671 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 113 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.10 |
| HSL | 117.44º | 0.7% | 0.67% | - |
| HSV(B) | 117.44º | 0.51% | 0.9% | - |
| XYZ | 38.75 | 61.64 | 25.48 | - |
| YUV | 183.17 | 88.39 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 113 | 0.49 | 0 | 0.51 | 0.10 | 117.44 | 0.7 | 0.67 |
| Hex | 76 | E6 | 71 | 31 | 0 | 33 | A | 75 | 46 | 43 |
| Octal | 166 | 346 | 161 | 61 | 0 | 63 | 12 | 165 | 106 | 103 |
| Binary | 1110110 | 11100110 | 1110001 | 110001 | 0 | 110011 | 1010 | 1110101 | 1000110 | 1000011 |
Color Harmonies of #76E671
Complementary color
Monochromatic Colors of #76E671
Black with #76E671
Text Example
Text Example
White with #76E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E671; }
p { color: rgb(118,230,113); }
H1.HeaderClassName
{
color: #76E671;
}
.AnyTagClassName
{
color: #76E671;
}
</style>
background-color css
<style>
a { background-color: #76E671; }
a { background-color: rgb(118,230,113); }
div.DivClassName
{
background-color: #76E671;
}
.BgClassName
{
background-color: #76E671;
}
</style>
border-color css
<style>
span { border-color: #76E671; }
span { border-color: rgb(118,230,113); }
td.TdClassName
{
border-color: #76E671;
}
.TagClassName
{
border-color: #76E671;
}
</style>