Shades of Pastel Green #80D76B
Tints of Pastel Green #80D76B
RGB
CMYK
RGB Variations
Color information
#80D76B (or 0x80D76B) is known color: Pastel Green. HEX triplet: 80, D7 and 6B. RGB value is (128,215,107). Sum of RGB (Red+Green+Blue) = 128+215+107=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #80D76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D76B is #7F2894. Grayscale: #B1B1B1. Windows color (decimal): -8333461 or 7067520. OLE color: 7067520.
HSL color Cylindrical-coordinate representation of color #80D76B: hue angle of 108.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80D76B is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 107 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.16 |
| HSL | 108.33º | 0.57% | 0.63% | - |
| HSV(B) | 108.33º | 0.5% | 0.84% | - |
| XYZ | 35.86 | 54.25 | 22.49 | - |
| YUV | 176.68 | 88.68 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 107 | 0.40 | 0 | 0.50 | 0.16 | 108.33 | 0.57 | 0.63 |
| Hex | 80 | D7 | 6B | 28 | 0 | 32 | 10 | 6C | 39 | 3F |
| Octal | 200 | 327 | 153 | 50 | 0 | 62 | 20 | 154 | 71 | 77 |
| Binary | 10000000 | 11010111 | 1101011 | 101000 | 0 | 110010 | 10000 | 1101100 | 111001 | 111111 |
Color Harmonies of #80D76B
Complementary color
Monochromatic Colors of #80D76B
Black with #80D76B
Text Example
Text Example
White with #80D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D76B; }
p { color: rgb(128,215,107); }
H1.HeaderClassName
{
color: #80D76B;
}
.AnyTagClassName
{
color: #80D76B;
}
</style>
background-color css
<style>
a { background-color: #80D76B; }
a { background-color: rgb(128,215,107); }
div.DivClassName
{
background-color: #80D76B;
}
.BgClassName
{
background-color: #80D76B;
}
</style>
border-color css
<style>
span { border-color: #80D76B; }
span { border-color: rgb(128,215,107); }
td.TdClassName
{
border-color: #80D76B;
}
.TagClassName
{
border-color: #80D76B;
}
</style>