Shades of Pastel Green #76DC8C
Tints of Pastel Green #76DC8C
RGB
CMYK
RGB Variations
Color information
#76DC8C (or 0x76DC8C) is known color: Pastel Green. HEX triplet: 76, DC and 8C. RGB value is (118,220,140). Sum of RGB (Red+Green+Blue) = 118+220+140=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC8C is #892373. Grayscale: #B4B4B4. Windows color (decimal): -8987508 or 9231478. OLE color: 9231478.
HSL color Cylindrical-coordinate representation of color #76DC8C: hue angle of 132.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC8C is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 140 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.14 |
| HSL | 132.94º | 0.59% | 0.66% | - |
| HSV(B) | 132.94º | 0.46% | 0.86% | - |
| XYZ | 37.8 | 56.93 | 33.81 | - |
| YUV | 180.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 140 | 0.46 | 0 | 0.36 | 0.14 | 132.94 | 0.59 | 0.66 |
| Hex | 76 | DC | 8C | 2E | 0 | 24 | E | 85 | 3B | 42 |
| Octal | 166 | 334 | 214 | 56 | 0 | 44 | 16 | 205 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10001100 | 101110 | 0 | 100100 | 1110 | 10000101 | 111011 | 1000010 |
Color Harmonies of #76DC8C
Complementary color
Monochromatic Colors of #76DC8C
Black with #76DC8C
Text Example
Text Example
White with #76DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC8C; }
p { color: rgb(118,220,140); }
H1.HeaderClassName
{
color: #76DC8C;
}
.AnyTagClassName
{
color: #76DC8C;
}
</style>
background-color css
<style>
a { background-color: #76DC8C; }
a { background-color: rgb(118,220,140); }
div.DivClassName
{
background-color: #76DC8C;
}
.BgClassName
{
background-color: #76DC8C;
}
</style>
border-color css
<style>
span { border-color: #76DC8C; }
span { border-color: rgb(118,220,140); }
td.TdClassName
{
border-color: #76DC8C;
}
.TagClassName
{
border-color: #76DC8C;
}
</style>