Shades of Pastel Green #80DC80
Tints of Pastel Green #80DC80
RGB
CMYK
RGB Variations
Color information
#80DC80 (or 0x80DC80) is known color: Pastel Green. HEX triplet: 80, DC and 80. RGB value is (128,220,128). Sum of RGB (Red+Green+Blue) = 128+220+128=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC80 is #7F237F. Grayscale: #B6B6B6. Windows color (decimal): -8332160 or 8445056. OLE color: 8445056.
HSL color Cylindrical-coordinate representation of color #80DC80: hue angle of 120º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC80 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 128 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.14 |
| HSL | 120º | 0.57% | 0.68% | - |
| HSV(B) | 120º | 0.42% | 0.86% | - |
| XYZ | 38.39 | 57.33 | 29.47 | - |
| YUV | 182 | 97.52 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 128 | 0.42 | 0 | 0.42 | 0.14 | 120 | 0.57 | 0.68 |
| Hex | 80 | DC | 80 | 2A | 0 | 2A | E | 78 | 39 | 44 |
| Octal | 200 | 334 | 200 | 52 | 0 | 52 | 16 | 170 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10000000 | 101010 | 0 | 101010 | 1110 | 1111000 | 111001 | 1000100 |
Color Harmonies of #80DC80
Complementary color
Monochromatic Colors of #80DC80
Black with #80DC80
Text Example
Text Example
White with #80DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC80; }
p { color: rgb(128,220,128); }
H1.HeaderClassName
{
color: #80DC80;
}
.AnyTagClassName
{
color: #80DC80;
}
</style>
background-color css
<style>
a { background-color: #80DC80; }
a { background-color: rgb(128,220,128); }
div.DivClassName
{
background-color: #80DC80;
}
.BgClassName
{
background-color: #80DC80;
}
</style>
border-color css
<style>
span { border-color: #80DC80; }
span { border-color: rgb(128,220,128); }
td.TdClassName
{
border-color: #80DC80;
}
.TagClassName
{
border-color: #80DC80;
}
</style>