Shades of Pastel Green #76EC80
Tints of Pastel Green #76EC80
RGB
CMYK
RGB Variations
Color information
#76EC80 (or 0x76EC80) is known color: Pastel Green. HEX triplet: 76, EC and 80. RGB value is (118,236,128). Sum of RGB (Red+Green+Blue) = 118+236+128=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EC80 is #89137F. Grayscale: #BCBCBC. Windows color (decimal): -8983424 or 8449142. OLE color: 8449142.
HSL color Cylindrical-coordinate representation of color #76EC80: hue angle of 125.08º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EC80 is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 128 | - |
| CMYK | 0.5 | 0 | 0.46 | 0.07 |
| HSL | 125.08º | 0.76% | 0.69% | - |
| HSV(B) | 125.08º | 0.5% | 0.93% | - |
| XYZ | 41.36 | 65.4 | 30.87 | - |
| YUV | 188.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 128 | 0.5 | 0 | 0.46 | 0.07 | 125.08 | 0.76 | 0.69 |
| Hex | 76 | EC | 80 | 32 | 0 | 2E | 7 | 7D | 4C | 45 |
| Octal | 166 | 354 | 200 | 62 | 0 | 56 | 7 | 175 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10000000 | 110010 | 0 | 101110 | 111 | 1111101 | 1001100 | 1000101 |
Color Harmonies of #76EC80
Complementary color
Monochromatic Colors of #76EC80
Black with #76EC80
Text Example
Text Example
White with #76EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC80; }
p { color: rgb(118,236,128); }
H1.HeaderClassName
{
color: #76EC80;
}
.AnyTagClassName
{
color: #76EC80;
}
</style>
background-color css
<style>
a { background-color: #76EC80; }
a { background-color: rgb(118,236,128); }
div.DivClassName
{
background-color: #76EC80;
}
.BgClassName
{
background-color: #76EC80;
}
</style>
border-color css
<style>
span { border-color: #76EC80; }
span { border-color: rgb(118,236,128); }
td.TdClassName
{
border-color: #76EC80;
}
.TagClassName
{
border-color: #76EC80;
}
</style>