Shades of Pastel Green #76D47C
Tints of Pastel Green #76D47C
RGB
CMYK
RGB Variations
Color information
#76D47C (or 0x76D47C) is known color: Pastel Green. HEX triplet: 76, D4 and 7C. RGB value is (118,212,124). Sum of RGB (Red+Green+Blue) = 118+212+124=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #76D47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D47C is #892B83. Grayscale: #AEAEAE. Windows color (decimal): -8989572 or 8180854. OLE color: 8180854.
HSL color Cylindrical-coordinate representation of color #76D47C: hue angle of 123.83º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D47C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 124 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.17 |
| HSL | 123.83º | 0.52% | 0.65% | - |
| HSV(B) | 123.83º | 0.44% | 0.83% | - |
| XYZ | 34.65 | 52.39 | 27.36 | - |
| YUV | 173.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 124 | 0.44 | 0 | 0.42 | 0.17 | 123.83 | 0.52 | 0.65 |
| Hex | 76 | D4 | 7C | 2C | 0 | 2A | 11 | 7C | 34 | 41 |
| Octal | 166 | 324 | 174 | 54 | 0 | 52 | 21 | 174 | 64 | 101 |
| Binary | 1110110 | 11010100 | 1111100 | 101100 | 0 | 101010 | 10001 | 1111100 | 110100 | 1000001 |
Color Harmonies of #76D47C
Complementary color
Monochromatic Colors of #76D47C
Black with #76D47C
Text Example
Text Example
White with #76D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D47C; }
p { color: rgb(118,212,124); }
H1.HeaderClassName
{
color: #76D47C;
}
.AnyTagClassName
{
color: #76D47C;
}
</style>
background-color css
<style>
a { background-color: #76D47C; }
a { background-color: rgb(118,212,124); }
div.DivClassName
{
background-color: #76D47C;
}
.BgClassName
{
background-color: #76D47C;
}
</style>
border-color css
<style>
span { border-color: #76D47C; }
span { border-color: rgb(118,212,124); }
td.TdClassName
{
border-color: #76D47C;
}
.TagClassName
{
border-color: #76D47C;
}
</style>