Shades of Pastel Green #80D77B
Tints of Pastel Green #80D77B
RGB
CMYK
RGB Variations
Color information
#80D77B (or 0x80D77B) is known color: Pastel Green. HEX triplet: 80, D7 and 7B. RGB value is (128,215,123). Sum of RGB (Red+Green+Blue) = 128+215+123=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #80D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D77B is #7F2884. Grayscale: #B2B2B2. Windows color (decimal): -8333445 or 8116096. OLE color: 8116096.
HSL color Cylindrical-coordinate representation of color #80D77B: hue angle of 116.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80D77B is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 123 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.16 |
| HSL | 116.74º | 0.53% | 0.66% | - |
| HSV(B) | 116.74º | 0.43% | 0.84% | - |
| XYZ | 36.78 | 54.62 | 27.34 | - |
| YUV | 178.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 123 | 0.40 | 0 | 0.43 | 0.16 | 116.74 | 0.53 | 0.66 |
| Hex | 80 | D7 | 7B | 28 | 0 | 2B | 10 | 75 | 35 | 42 |
| Octal | 200 | 327 | 173 | 50 | 0 | 53 | 20 | 165 | 65 | 102 |
| Binary | 10000000 | 11010111 | 1111011 | 101000 | 0 | 101011 | 10000 | 1110101 | 110101 | 1000010 |
Color Harmonies of #80D77B
Complementary color
Monochromatic Colors of #80D77B
Black with #80D77B
Text Example
Text Example
White with #80D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D77B; }
p { color: rgb(128,215,123); }
H1.HeaderClassName
{
color: #80D77B;
}
.AnyTagClassName
{
color: #80D77B;
}
</style>
background-color css
<style>
a { background-color: #80D77B; }
a { background-color: rgb(128,215,123); }
div.DivClassName
{
background-color: #80D77B;
}
.BgClassName
{
background-color: #80D77B;
}
</style>
border-color css
<style>
span { border-color: #80D77B; }
span { border-color: rgb(128,215,123); }
td.TdClassName
{
border-color: #80D77B;
}
.TagClassName
{
border-color: #80D77B;
}
</style>