Shades of Pastel Green #80D678
Tints of Pastel Green #80D678
RGB
CMYK
RGB Variations
Color information
#80D678 (or 0x80D678) is known color: Pastel Green. HEX triplet: 80, D6 and 78. RGB value is (128,214,120). Sum of RGB (Red+Green+Blue) = 128+214+120=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #80D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D678 is #7F2987. Grayscale: #B1B1B1. Windows color (decimal): -8333704 or 7919232. OLE color: 7919232.
HSL color Cylindrical-coordinate representation of color #80D678: hue angle of 114.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80D678 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 120 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.16 |
| HSL | 114.89º | 0.53% | 0.65% | - |
| HSV(B) | 114.89º | 0.44% | 0.84% | - |
| XYZ | 36.34 | 54.04 | 26.28 | - |
| YUV | 177.57 | 95.51 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 120 | 0.40 | 0 | 0.44 | 0.16 | 114.89 | 0.53 | 0.65 |
| Hex | 80 | D6 | 78 | 28 | 0 | 2C | 10 | 73 | 35 | 41 |
| Octal | 200 | 326 | 170 | 50 | 0 | 54 | 20 | 163 | 65 | 101 |
| Binary | 10000000 | 11010110 | 1111000 | 101000 | 0 | 101100 | 10000 | 1110011 | 110101 | 1000001 |
Color Harmonies of #80D678
Complementary color
Monochromatic Colors of #80D678
Black with #80D678
Text Example
Text Example
White with #80D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D678; }
p { color: rgb(128,214,120); }
H1.HeaderClassName
{
color: #80D678;
}
.AnyTagClassName
{
color: #80D678;
}
</style>
background-color css
<style>
a { background-color: #80D678; }
a { background-color: rgb(128,214,120); }
div.DivClassName
{
background-color: #80D678;
}
.BgClassName
{
background-color: #80D678;
}
</style>
border-color css
<style>
span { border-color: #80D678; }
span { border-color: rgb(128,214,120); }
td.TdClassName
{
border-color: #80D678;
}
.TagClassName
{
border-color: #80D678;
}
</style>