Shades of Pastel Green #76D16C
Tints of Pastel Green #76D16C
RGB
CMYK
RGB Variations
Color information
#76D16C (or 0x76D16C) is known color: Pastel Green. HEX triplet: 76, D1 and 6C. RGB value is (118,209,108). Sum of RGB (Red+Green+Blue) = 118+209+108=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #76D16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D16C is #892E93. Grayscale: #AAAAAA. Windows color (decimal): -8990356 or 7131510. OLE color: 7131510.
HSL color Cylindrical-coordinate representation of color #76D16C: hue angle of 114.06º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76D16C is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 108 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.18 |
| HSL | 114.06º | 0.52% | 0.62% | - |
| HSV(B) | 114.06º | 0.48% | 0.82% | - |
| XYZ | 32.98 | 50.54 | 22.2 | - |
| YUV | 170.28 | 92.85 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 108 | 0.44 | 0 | 0.48 | 0.18 | 114.06 | 0.52 | 0.62 |
| Hex | 76 | D1 | 6C | 2C | 0 | 30 | 12 | 72 | 34 | 3E |
| Octal | 166 | 321 | 154 | 54 | 0 | 60 | 22 | 162 | 64 | 76 |
| Binary | 1110110 | 11010001 | 1101100 | 101100 | 0 | 110000 | 10010 | 1110010 | 110100 | 111110 |
Color Harmonies of #76D16C
Complementary color
Monochromatic Colors of #76D16C
Black with #76D16C
Text Example
Text Example
White with #76D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D16C; }
p { color: rgb(118,209,108); }
H1.HeaderClassName
{
color: #76D16C;
}
.AnyTagClassName
{
color: #76D16C;
}
</style>
background-color css
<style>
a { background-color: #76D16C; }
a { background-color: rgb(118,209,108); }
div.DivClassName
{
background-color: #76D16C;
}
.BgClassName
{
background-color: #76D16C;
}
</style>
border-color css
<style>
span { border-color: #76D16C; }
span { border-color: rgb(118,209,108); }
td.TdClassName
{
border-color: #76D16C;
}
.TagClassName
{
border-color: #76D16C;
}
</style>