Shades of Pastel Green #80D770
Tints of Pastel Green #80D770
RGB
CMYK
RGB Variations
Color information
#80D770 (or 0x80D770) is known color: Pastel Green. HEX triplet: 80, D7 and 70. RGB value is (128,215,112). Sum of RGB (Red+Green+Blue) = 128+215+112=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #80D770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D770 is #7F288F. Grayscale: #B1B1B1. Windows color (decimal): -8333456 or 7395200. OLE color: 7395200.
HSL color Cylindrical-coordinate representation of color #80D770: hue angle of 110.68º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80D770 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 112 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.16 |
| HSL | 110.68º | 0.56% | 0.64% | - |
| HSV(B) | 110.68º | 0.48% | 0.84% | - |
| XYZ | 36.13 | 54.36 | 23.92 | - |
| YUV | 177.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 112 | 0.40 | 0 | 0.48 | 0.16 | 110.68 | 0.56 | 0.64 |
| Hex | 80 | D7 | 70 | 28 | 0 | 30 | 10 | 6F | 38 | 40 |
| Octal | 200 | 327 | 160 | 50 | 0 | 60 | 20 | 157 | 70 | 100 |
| Binary | 10000000 | 11010111 | 1110000 | 101000 | 0 | 110000 | 10000 | 1101111 | 111000 | 1000000 |
Color Harmonies of #80D770
Complementary color
Monochromatic Colors of #80D770
Black with #80D770
Text Example
Text Example
White with #80D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D770; }
p { color: rgb(128,215,112); }
H1.HeaderClassName
{
color: #80D770;
}
.AnyTagClassName
{
color: #80D770;
}
</style>
background-color css
<style>
a { background-color: #80D770; }
a { background-color: rgb(128,215,112); }
div.DivClassName
{
background-color: #80D770;
}
.BgClassName
{
background-color: #80D770;
}
</style>
border-color css
<style>
span { border-color: #80D770; }
span { border-color: rgb(128,215,112); }
td.TdClassName
{
border-color: #80D770;
}
.TagClassName
{
border-color: #80D770;
}
</style>