Shades of Pastel Green #80E768
Tints of Pastel Green #80E768
RGB
CMYK
RGB Variations
Color information
#80E768 (or 0x80E768) is known color: Pastel Green. HEX triplet: 80, E7 and 68. RGB value is (128,231,104). Sum of RGB (Red+Green+Blue) = 128+231+104=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #80E768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E768 is #7F1897. Grayscale: #BABABA. Windows color (decimal): -8329368 or 6875008. OLE color: 6875008.
HSL color Cylindrical-coordinate representation of color #80E768: hue angle of 108.66º degrees, saturation: 0.73, 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 #80E768 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 104 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.09 |
| HSL | 108.66º | 0.73% | 0.66% | - |
| HSV(B) | 108.66º | 0.55% | 0.91% | - |
| XYZ | 39.98 | 62.74 | 23.1 | - |
| YUV | 185.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 104 | 0.45 | 0 | 0.55 | 0.09 | 108.66 | 0.73 | 0.66 |
| Hex | 80 | E7 | 68 | 2D | 0 | 37 | 9 | 6D | 49 | 42 |
| Octal | 200 | 347 | 150 | 55 | 0 | 67 | 11 | 155 | 111 | 102 |
| Binary | 10000000 | 11100111 | 1101000 | 101101 | 0 | 110111 | 1001 | 1101101 | 1001001 | 1000010 |
Color Harmonies of #80E768
Complementary color
Monochromatic Colors of #80E768
Black with #80E768
Text Example
Text Example
White with #80E768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E768; }
p { color: rgb(128,231,104); }
H1.HeaderClassName
{
color: #80E768;
}
.AnyTagClassName
{
color: #80E768;
}
</style>
background-color css
<style>
a { background-color: #80E768; }
a { background-color: rgb(128,231,104); }
div.DivClassName
{
background-color: #80E768;
}
.BgClassName
{
background-color: #80E768;
}
</style>
border-color css
<style>
span { border-color: #80E768; }
span { border-color: rgb(128,231,104); }
td.TdClassName
{
border-color: #80E768;
}
.TagClassName
{
border-color: #80E768;
}
</style>