Shades of Pastel Green #80D67A
Tints of Pastel Green #80D67A
RGB
CMYK
RGB Variations
Color information
#80D67A (or 0x80D67A) is known color: Pastel Green. HEX triplet: 80, D6 and 7A. RGB value is (128,214,122). Sum of RGB (Red+Green+Blue) = 128+214+122=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #80D67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D67A is #7F2985. Grayscale: #B2B2B2. Windows color (decimal): -8333702 or 8050304. OLE color: 8050304.
HSL color Cylindrical-coordinate representation of color #80D67A: hue angle of 116.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80D67A is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 122 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.16 |
| HSL | 116.09º | 0.53% | 0.66% | - |
| HSV(B) | 116.09º | 0.43% | 0.84% | - |
| XYZ | 36.46 | 54.09 | 26.93 | - |
| YUV | 177.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 122 | 0.40 | 0 | 0.43 | 0.16 | 116.09 | 0.53 | 0.66 |
| Hex | 80 | D6 | 7A | 28 | 0 | 2B | 10 | 74 | 35 | 42 |
| Octal | 200 | 326 | 172 | 50 | 0 | 53 | 20 | 164 | 65 | 102 |
| Binary | 10000000 | 11010110 | 1111010 | 101000 | 0 | 101011 | 10000 | 1110100 | 110101 | 1000010 |
Color Harmonies of #80D67A
Complementary color
Monochromatic Colors of #80D67A
Black with #80D67A
Text Example
Text Example
White with #80D67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D67A; }
p { color: rgb(128,214,122); }
H1.HeaderClassName
{
color: #80D67A;
}
.AnyTagClassName
{
color: #80D67A;
}
</style>
background-color css
<style>
a { background-color: #80D67A; }
a { background-color: rgb(128,214,122); }
div.DivClassName
{
background-color: #80D67A;
}
.BgClassName
{
background-color: #80D67A;
}
</style>
border-color css
<style>
span { border-color: #80D67A; }
span { border-color: rgb(128,214,122); }
td.TdClassName
{
border-color: #80D67A;
}
.TagClassName
{
border-color: #80D67A;
}
</style>