Shades of Pastel Green #80DF80
Tints of Pastel Green #80DF80
RGB
CMYK
RGB Variations
Color information
#80DF80 (or 0x80DF80) is known color: Pastel Green. HEX triplet: 80, DF and 80. RGB value is (128,223,128). Sum of RGB (Red+Green+Blue) = 128+223+128=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF80 is #7F207F. Grayscale: #B8B8B8. Windows color (decimal): -8331392 or 8445824. OLE color: 8445824.
HSL color Cylindrical-coordinate representation of color #80DF80: hue angle of 120º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF80 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 128 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.13 |
| HSL | 120º | 0.6% | 0.69% | - |
| HSV(B) | 120º | 0.43% | 0.87% | - |
| XYZ | 39.19 | 58.92 | 29.73 | - |
| YUV | 183.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 128 | 0.43 | 0 | 0.43 | 0.13 | 120 | 0.6 | 0.69 |
| Hex | 80 | DF | 80 | 2B | 0 | 2B | D | 78 | 3C | 45 |
| Octal | 200 | 337 | 200 | 53 | 0 | 53 | 15 | 170 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10000000 | 101011 | 0 | 101011 | 1101 | 1111000 | 111100 | 1000101 |
Color Harmonies of #80DF80
Complementary color
Monochromatic Colors of #80DF80
Black with #80DF80
Text Example
Text Example
White with #80DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF80; }
p { color: rgb(128,223,128); }
H1.HeaderClassName
{
color: #80DF80;
}
.AnyTagClassName
{
color: #80DF80;
}
</style>
background-color css
<style>
a { background-color: #80DF80; }
a { background-color: rgb(128,223,128); }
div.DivClassName
{
background-color: #80DF80;
}
.BgClassName
{
background-color: #80DF80;
}
</style>
border-color css
<style>
span { border-color: #80DF80; }
span { border-color: rgb(128,223,128); }
td.TdClassName
{
border-color: #80DF80;
}
.TagClassName
{
border-color: #80DF80;
}
</style>