Shades of Pastel Green #80EE7F
Tints of Pastel Green #80EE7F
RGB
CMYK
RGB Variations
Color information
#80EE7F (or 0x80EE7F) is known color: Pastel Green. HEX triplet: 80, EE and 7F. RGB value is (128,238,127). Sum of RGB (Red+Green+Blue) = 128+238+127=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE7F is #7F1180. Grayscale: #C0C0C0. Windows color (decimal): -8327553 or 8384128. OLE color: 8384128.
HSL color Cylindrical-coordinate representation of color #80EE7F: hue angle of 119.46º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80EE7F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 127 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.07 |
| HSL | 119.46º | 0.77% | 0.72% | - |
| HSV(B) | 119.46º | 0.47% | 0.93% | - |
| XYZ | 43.31 | 67.27 | 30.78 | - |
| YUV | 192.46 | 91.06 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 127 | 0.46 | 0 | 0.47 | 0.07 | 119.46 | 0.77 | 0.72 |
| Hex | 80 | EE | 7F | 2E | 0 | 2F | 7 | 77 | 4D | 48 |
| Octal | 200 | 356 | 177 | 56 | 0 | 57 | 7 | 167 | 115 | 110 |
| Binary | 10000000 | 11101110 | 1111111 | 101110 | 0 | 101111 | 111 | 1110111 | 1001101 | 1001000 |
Color Harmonies of #80EE7F
Complementary color
Monochromatic Colors of #80EE7F
Black with #80EE7F
Text Example
Text Example
White with #80EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE7F; }
p { color: rgb(128,238,127); }
H1.HeaderClassName
{
color: #80EE7F;
}
.AnyTagClassName
{
color: #80EE7F;
}
</style>
background-color css
<style>
a { background-color: #80EE7F; }
a { background-color: rgb(128,238,127); }
div.DivClassName
{
background-color: #80EE7F;
}
.BgClassName
{
background-color: #80EE7F;
}
</style>
border-color css
<style>
span { border-color: #80EE7F; }
span { border-color: rgb(128,238,127); }
td.TdClassName
{
border-color: #80EE7F;
}
.TagClassName
{
border-color: #80EE7F;
}
</style>