Shades of Pastel Green #80EF76
Tints of Pastel Green #80EF76
RGB
CMYK
RGB Variations
Color information
#80EF76 (or 0x80EF76) is known color: Pastel Green. HEX triplet: 80, EF and 76. RGB value is (128,239,118). Sum of RGB (Red+Green+Blue) = 128+239+118=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF76 is #7F1089. Grayscale: #C0C0C0. Windows color (decimal): -8327306 or 7794560. OLE color: 7794560.
HSL color Cylindrical-coordinate representation of color #80EF76: hue angle of 115.04º degrees, saturation: 0.79, 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 #80EF76 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 118 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.06 |
| HSL | 115.04º | 0.79% | 0.7% | - |
| HSV(B) | 115.04º | 0.51% | 0.94% | - |
| XYZ | 43.04 | 67.63 | 27.93 | - |
| YUV | 192.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 118 | 0.46 | 0 | 0.51 | 0.06 | 115.04 | 0.79 | 0.7 |
| Hex | 80 | EF | 76 | 2E | 0 | 33 | 6 | 73 | 4F | 46 |
| Octal | 200 | 357 | 166 | 56 | 0 | 63 | 6 | 163 | 117 | 106 |
| Binary | 10000000 | 11101111 | 1110110 | 101110 | 0 | 110011 | 110 | 1110011 | 1001111 | 1000110 |
Color Harmonies of #80EF76
Complementary color
Monochromatic Colors of #80EF76
Black with #80EF76
Text Example
Text Example
White with #80EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF76; }
p { color: rgb(128,239,118); }
H1.HeaderClassName
{
color: #80EF76;
}
.AnyTagClassName
{
color: #80EF76;
}
</style>
background-color css
<style>
a { background-color: #80EF76; }
a { background-color: rgb(128,239,118); }
div.DivClassName
{
background-color: #80EF76;
}
.BgClassName
{
background-color: #80EF76;
}
</style>
border-color css
<style>
span { border-color: #80EF76; }
span { border-color: rgb(128,239,118); }
td.TdClassName
{
border-color: #80EF76;
}
.TagClassName
{
border-color: #80EF76;
}
</style>