Shades of Pastel Green #76EC82
Tints of Pastel Green #76EC82
RGB
CMYK
RGB Variations
Color information
#76EC82 (or 0x76EC82) is known color: Pastel Green. HEX triplet: 76, EC and 82. RGB value is (118,236,130). Sum of RGB (Red+Green+Blue) = 118+236+130=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EC82 is #89137D. Grayscale: #BCBCBC. Windows color (decimal): -8983422 or 8580214. OLE color: 8580214.
HSL color Cylindrical-coordinate representation of color #76EC82: hue angle of 126.1º 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 #76EC82 is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 130 | - |
| CMYK | 0.5 | 0 | 0.45 | 0.07 |
| HSL | 126.1º | 0.76% | 0.69% | - |
| HSV(B) | 126.1º | 0.5% | 0.93% | - |
| XYZ | 41.5 | 65.45 | 31.57 | - |
| YUV | 188.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 130 | 0.5 | 0 | 0.45 | 0.07 | 126.1 | 0.76 | 0.69 |
| Hex | 76 | EC | 82 | 32 | 0 | 2D | 7 | 7E | 4C | 45 |
| Octal | 166 | 354 | 202 | 62 | 0 | 55 | 7 | 176 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10000010 | 110010 | 0 | 101101 | 111 | 1111110 | 1001100 | 1000101 |
Color Harmonies of #76EC82
Complementary color
Monochromatic Colors of #76EC82
Black with #76EC82
Text Example
Text Example
White with #76EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC82; }
p { color: rgb(118,236,130); }
H1.HeaderClassName
{
color: #76EC82;
}
.AnyTagClassName
{
color: #76EC82;
}
</style>
background-color css
<style>
a { background-color: #76EC82; }
a { background-color: rgb(118,236,130); }
div.DivClassName
{
background-color: #76EC82;
}
.BgClassName
{
background-color: #76EC82;
}
</style>
border-color css
<style>
span { border-color: #76EC82; }
span { border-color: rgb(118,236,130); }
td.TdClassName
{
border-color: #76EC82;
}
.TagClassName
{
border-color: #76EC82;
}
</style>