Shades of Pastel Green #80D070
Tints of Pastel Green #80D070
RGB
CMYK
RGB Variations
Color information
#80D070 (or 0x80D070) is known color: Pastel Green. HEX triplet: 80, D0 and 70. RGB value is (128,208,112). Sum of RGB (Red+Green+Blue) = 128+208+112=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #80D070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D070 is #7F2F8F. Grayscale: #ADADAD. Windows color (decimal): -8335248 or 7393408. OLE color: 7393408.
HSL color Cylindrical-coordinate representation of color #80D070: hue angle of 110º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D070 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 112 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.18 |
| HSL | 110º | 0.51% | 0.63% | - |
| HSV(B) | 110º | 0.46% | 0.82% | - |
| XYZ | 34.38 | 50.87 | 23.34 | - |
| YUV | 173.14 | 93.5 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 112 | 0.38 | 0 | 0.46 | 0.18 | 110 | 0.51 | 0.63 |
| Hex | 80 | D0 | 70 | 26 | 0 | 2E | 12 | 6E | 33 | 3F |
| Octal | 200 | 320 | 160 | 46 | 0 | 56 | 22 | 156 | 63 | 77 |
| Binary | 10000000 | 11010000 | 1110000 | 100110 | 0 | 101110 | 10010 | 1101110 | 110011 | 111111 |
Color Harmonies of #80D070
Complementary color
Monochromatic Colors of #80D070
Black with #80D070
Text Example
Text Example
White with #80D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D070; }
p { color: rgb(128,208,112); }
H1.HeaderClassName
{
color: #80D070;
}
.AnyTagClassName
{
color: #80D070;
}
</style>
background-color css
<style>
a { background-color: #80D070; }
a { background-color: rgb(128,208,112); }
div.DivClassName
{
background-color: #80D070;
}
.BgClassName
{
background-color: #80D070;
}
</style>
border-color css
<style>
span { border-color: #80D070; }
span { border-color: rgb(128,208,112); }
td.TdClassName
{
border-color: #80D070;
}
.TagClassName
{
border-color: #80D070;
}
</style>