Shades of Pastel Green #76EA80
Tints of Pastel Green #76EA80
RGB
CMYK
RGB Variations
Color information
#76EA80 (or 0x76EA80) is known color: Pastel Green. HEX triplet: 76, EA and 80. RGB value is (118,234,128). Sum of RGB (Red+Green+Blue) = 118+234+128=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EA80 is #89157F. Grayscale: #BBBBBB. Windows color (decimal): -8983936 or 8448630. OLE color: 8448630.
HSL color Cylindrical-coordinate representation of color #76EA80: hue angle of 125.17º 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 #76EA80 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 128 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.08 |
| HSL | 125.17º | 0.73% | 0.69% | - |
| HSV(B) | 125.17º | 0.5% | 0.92% | - |
| XYZ | 40.79 | 64.26 | 30.67 | - |
| YUV | 187.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 128 | 0.50 | 0 | 0.45 | 0.08 | 125.17 | 0.73 | 0.69 |
| Hex | 76 | EA | 80 | 32 | 0 | 2D | 8 | 7D | 49 | 45 |
| Octal | 166 | 352 | 200 | 62 | 0 | 55 | 10 | 175 | 111 | 105 |
| Binary | 1110110 | 11101010 | 10000000 | 110010 | 0 | 101101 | 1000 | 1111101 | 1001001 | 1000101 |
Color Harmonies of #76EA80
Complementary color
Monochromatic Colors of #76EA80
Black with #76EA80
Text Example
Text Example
White with #76EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EA80; }
p { color: rgb(118,234,128); }
H1.HeaderClassName
{
color: #76EA80;
}
.AnyTagClassName
{
color: #76EA80;
}
</style>
background-color css
<style>
a { background-color: #76EA80; }
a { background-color: rgb(118,234,128); }
div.DivClassName
{
background-color: #76EA80;
}
.BgClassName
{
background-color: #76EA80;
}
</style>
border-color css
<style>
span { border-color: #76EA80; }
span { border-color: rgb(118,234,128); }
td.TdClassName
{
border-color: #76EA80;
}
.TagClassName
{
border-color: #76EA80;
}
</style>