Shades of Pastel Green #76EC6F
Tints of Pastel Green #76EC6F
RGB
CMYK
RGB Variations
Color information
#76EC6F (or 0x76EC6F) is known color: Pastel Green. HEX triplet: 76, EC and 6F. RGB value is (118,236,111). Sum of RGB (Red+Green+Blue) = 118+236+111=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76EC6F is #891390. Grayscale: #BABABA. Windows color (decimal): -8983441 or 7335030. OLE color: 7335030.
HSL color Cylindrical-coordinate representation of color #76EC6F: hue angle of 116.64º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76EC6F is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 111 | - |
| CMYK | 0.5 | 0 | 0.53 | 0.07 |
| HSL | 116.64º | 0.77% | 0.68% | - |
| HSV(B) | 116.64º | 0.53% | 0.93% | - |
| XYZ | 40.34 | 64.99 | 25.46 | - |
| YUV | 186.47 | 85.41 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 111 | 0.5 | 0 | 0.53 | 0.07 | 116.64 | 0.77 | 0.68 |
| Hex | 76 | EC | 6F | 32 | 0 | 35 | 7 | 75 | 4D | 44 |
| Octal | 166 | 354 | 157 | 62 | 0 | 65 | 7 | 165 | 115 | 104 |
| Binary | 1110110 | 11101100 | 1101111 | 110010 | 0 | 110101 | 111 | 1110101 | 1001101 | 1000100 |
Color Harmonies of #76EC6F
Complementary color
Monochromatic Colors of #76EC6F
Black with #76EC6F
Text Example
Text Example
White with #76EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC6F; }
p { color: rgb(118,236,111); }
H1.HeaderClassName
{
color: #76EC6F;
}
.AnyTagClassName
{
color: #76EC6F;
}
</style>
background-color css
<style>
a { background-color: #76EC6F; }
a { background-color: rgb(118,236,111); }
div.DivClassName
{
background-color: #76EC6F;
}
.BgClassName
{
background-color: #76EC6F;
}
</style>
border-color css
<style>
span { border-color: #76EC6F; }
span { border-color: rgb(118,236,111); }
td.TdClassName
{
border-color: #76EC6F;
}
.TagClassName
{
border-color: #76EC6F;
}
</style>