Shades of Pastel Green #80E868
Tints of Pastel Green #80E868
RGB
CMYK
RGB Variations
Color information
#80E868 (or 0x80E868) is known color: Pastel Green. HEX triplet: 80, E8 and 68. RGB value is (128,232,104). Sum of RGB (Red+Green+Blue) = 128+232+104=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #80E868 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E868 is #7F1797. Grayscale: #BABABA. Windows color (decimal): -8329112 or 6875264. OLE color: 6875264.
HSL color Cylindrical-coordinate representation of color #80E868: hue angle of 108.75º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80E868 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 232 | 104 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.09 |
| HSL | 108.75º | 0.74% | 0.66% | - |
| HSV(B) | 108.75º | 0.55% | 0.91% | - |
| XYZ | 40.26 | 63.3 | 23.19 | - |
| YUV | 186.31 | 81.54 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 232 | 104 | 0.45 | 0 | 0.55 | 0.09 | 108.75 | 0.74 | 0.66 |
| Hex | 80 | E8 | 68 | 2D | 0 | 37 | 9 | 6D | 4A | 42 |
| Octal | 200 | 350 | 150 | 55 | 0 | 67 | 11 | 155 | 112 | 102 |
| Binary | 10000000 | 11101000 | 1101000 | 101101 | 0 | 110111 | 1001 | 1101101 | 1001010 | 1000010 |
Color Harmonies of #80E868
Complementary color
Monochromatic Colors of #80E868
Black with #80E868
Text Example
Text Example
White with #80E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E868; }
p { color: rgb(128,232,104); }
H1.HeaderClassName
{
color: #80E868;
}
.AnyTagClassName
{
color: #80E868;
}
</style>
background-color css
<style>
a { background-color: #80E868; }
a { background-color: rgb(128,232,104); }
div.DivClassName
{
background-color: #80E868;
}
.BgClassName
{
background-color: #80E868;
}
</style>
border-color css
<style>
span { border-color: #80E868; }
span { border-color: rgb(128,232,104); }
td.TdClassName
{
border-color: #80E868;
}
.TagClassName
{
border-color: #80E868;
}
</style>