Shades of Pastel Green #80D47B
Tints of Pastel Green #80D47B
RGB
CMYK
RGB Variations
Color information
#80D47B (or 0x80D47B) is known color: Pastel Green. HEX triplet: 80, D4 and 7B. RGB value is (128,212,123). Sum of RGB (Red+Green+Blue) = 128+212+123=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #80D47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D47B is #7F2B84. Grayscale: #B1B1B1. Windows color (decimal): -8334213 or 8115328. OLE color: 8115328.
HSL color Cylindrical-coordinate representation of color #80D47B: hue angle of 116.63º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80D47B is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 123 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.17 |
| HSL | 116.63º | 0.51% | 0.66% | - |
| HSV(B) | 116.63º | 0.42% | 0.83% | - |
| XYZ | 36.02 | 53.11 | 27.09 | - |
| YUV | 176.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 123 | 0.40 | 0 | 0.42 | 0.17 | 116.63 | 0.51 | 0.66 |
| Hex | 80 | D4 | 7B | 28 | 0 | 2A | 11 | 75 | 33 | 42 |
| Octal | 200 | 324 | 173 | 50 | 0 | 52 | 21 | 165 | 63 | 102 |
| Binary | 10000000 | 11010100 | 1111011 | 101000 | 0 | 101010 | 10001 | 1110101 | 110011 | 1000010 |
Color Harmonies of #80D47B
Complementary color
Monochromatic Colors of #80D47B
Black with #80D47B
Text Example
Text Example
White with #80D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D47B; }
p { color: rgb(128,212,123); }
H1.HeaderClassName
{
color: #80D47B;
}
.AnyTagClassName
{
color: #80D47B;
}
</style>
background-color css
<style>
a { background-color: #80D47B; }
a { background-color: rgb(128,212,123); }
div.DivClassName
{
background-color: #80D47B;
}
.BgClassName
{
background-color: #80D47B;
}
</style>
border-color css
<style>
span { border-color: #80D47B; }
span { border-color: rgb(128,212,123); }
td.TdClassName
{
border-color: #80D47B;
}
.TagClassName
{
border-color: #80D47B;
}
</style>