Shades of Pastel Green #76EA7D
Tints of Pastel Green #76EA7D
RGB
CMYK
RGB Variations
Color information
#76EA7D (or 0x76EA7D) is known color: Pastel Green. HEX triplet: 76, EA and 7D. RGB value is (118,234,125). Sum of RGB (Red+Green+Blue) = 118+234+125=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76EA7D is #891582. Grayscale: #BBBBBB. Windows color (decimal): -8983939 or 8252022. OLE color: 8252022.
HSL color Cylindrical-coordinate representation of color #76EA7D: hue angle of 123.62º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EA7D is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 125 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.08 |
| HSL | 123.62º | 0.73% | 0.69% | - |
| HSV(B) | 123.62º | 0.5% | 0.92% | - |
| XYZ | 40.6 | 64.18 | 29.65 | - |
| YUV | 186.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 125 | 0.50 | 0 | 0.47 | 0.08 | 123.62 | 0.73 | 0.69 |
| Hex | 76 | EA | 7D | 32 | 0 | 2F | 8 | 7C | 49 | 45 |
| Octal | 166 | 352 | 175 | 62 | 0 | 57 | 10 | 174 | 111 | 105 |
| Binary | 1110110 | 11101010 | 1111101 | 110010 | 0 | 101111 | 1000 | 1111100 | 1001001 | 1000101 |
Color Harmonies of #76EA7D
Complementary color
Monochromatic Colors of #76EA7D
Black with #76EA7D
Text Example
Text Example
White with #76EA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EA7D; }
p { color: rgb(118,234,125); }
H1.HeaderClassName
{
color: #76EA7D;
}
.AnyTagClassName
{
color: #76EA7D;
}
</style>
background-color css
<style>
a { background-color: #76EA7D; }
a { background-color: rgb(118,234,125); }
div.DivClassName
{
background-color: #76EA7D;
}
.BgClassName
{
background-color: #76EA7D;
}
</style>
border-color css
<style>
span { border-color: #76EA7D; }
span { border-color: rgb(118,234,125); }
td.TdClassName
{
border-color: #76EA7D;
}
.TagClassName
{
border-color: #76EA7D;
}
</style>