Shades of Pastel Green #80DC7A
Tints of Pastel Green #80DC7A
RGB
CMYK
RGB Variations
Color information
#80DC7A (or 0x80DC7A) is known color: Pastel Green. HEX triplet: 80, DC and 7A. RGB value is (128,220,122). Sum of RGB (Red+Green+Blue) = 128+220+122=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC7A is #7F2385. Grayscale: #B5B5B5. Windows color (decimal): -8332166 or 8051840. OLE color: 8051840.
HSL color Cylindrical-coordinate representation of color #80DC7A: hue angle of 116.33º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80DC7A is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 122 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.14 |
| HSL | 116.33º | 0.58% | 0.67% | - |
| HSV(B) | 116.33º | 0.45% | 0.86% | - |
| XYZ | 38.01 | 57.18 | 27.45 | - |
| YUV | 181.32 | 94.52 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 122 | 0.42 | 0 | 0.45 | 0.14 | 116.33 | 0.58 | 0.67 |
| Hex | 80 | DC | 7A | 2A | 0 | 2D | E | 74 | 3A | 43 |
| Octal | 200 | 334 | 172 | 52 | 0 | 55 | 16 | 164 | 72 | 103 |
| Binary | 10000000 | 11011100 | 1111010 | 101010 | 0 | 101101 | 1110 | 1110100 | 111010 | 1000011 |
Color Harmonies of #80DC7A
Complementary color
Monochromatic Colors of #80DC7A
Black with #80DC7A
Text Example
Text Example
White with #80DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC7A; }
p { color: rgb(128,220,122); }
H1.HeaderClassName
{
color: #80DC7A;
}
.AnyTagClassName
{
color: #80DC7A;
}
</style>
background-color css
<style>
a { background-color: #80DC7A; }
a { background-color: rgb(128,220,122); }
div.DivClassName
{
background-color: #80DC7A;
}
.BgClassName
{
background-color: #80DC7A;
}
</style>
border-color css
<style>
span { border-color: #80DC7A; }
span { border-color: rgb(128,220,122); }
td.TdClassName
{
border-color: #80DC7A;
}
.TagClassName
{
border-color: #80DC7A;
}
</style>