Shades of Pastel Green #76F080
Tints of Pastel Green #76F080
RGB
CMYK
RGB Variations
Color information
#76F080 (or 0x76F080) is known color: Pastel Green. HEX triplet: 76, F0 and 80. RGB value is (118,240,128). Sum of RGB (Red+Green+Blue) = 118+240+128=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #76F080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F080 is #890F7F. Grayscale: #BFBFBF. Windows color (decimal): -8982400 or 8450166. OLE color: 8450166.
HSL color Cylindrical-coordinate representation of color #76F080: hue angle of 124.92º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F080 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 128 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.06 |
| HSL | 124.92º | 0.8% | 0.7% | - |
| HSV(B) | 124.92º | 0.51% | 0.94% | - |
| XYZ | 42.53 | 67.73 | 31.25 | - |
| YUV | 190.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 128 | 0.51 | 0 | 0.47 | 0.06 | 124.92 | 0.8 | 0.7 |
| Hex | 76 | F0 | 80 | 33 | 0 | 2F | 6 | 7D | 50 | 46 |
| Octal | 166 | 360 | 200 | 63 | 0 | 57 | 6 | 175 | 120 | 106 |
| Binary | 1110110 | 11110000 | 10000000 | 110011 | 0 | 101111 | 110 | 1111101 | 1010000 | 1000110 |
Color Harmonies of #76F080
Complementary color
Monochromatic Colors of #76F080
Black with #76F080
Text Example
Text Example
White with #76F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F080; }
p { color: rgb(118,240,128); }
H1.HeaderClassName
{
color: #76F080;
}
.AnyTagClassName
{
color: #76F080;
}
</style>
background-color css
<style>
a { background-color: #76F080; }
a { background-color: rgb(118,240,128); }
div.DivClassName
{
background-color: #76F080;
}
.BgClassName
{
background-color: #76F080;
}
</style>
border-color css
<style>
span { border-color: #76F080; }
span { border-color: rgb(118,240,128); }
td.TdClassName
{
border-color: #76F080;
}
.TagClassName
{
border-color: #76F080;
}
</style>