Shades of Pastel Green #80D56B
Tints of Pastel Green #80D56B
RGB
CMYK
RGB Variations
Color information
#80D56B (or 0x80D56B) is known color: Pastel Green. HEX triplet: 80, D5 and 6B. RGB value is (128,213,107). Sum of RGB (Red+Green+Blue) = 128+213+107=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #80D56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D56B is #7F2A94. Grayscale: #AFAFAF. Windows color (decimal): -8333973 or 7067008. OLE color: 7067008.
HSL color Cylindrical-coordinate representation of color #80D56B: hue angle of 108.11º degrees, saturation: 0.56, 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 #80D56B is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 107 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.16 |
| HSL | 108.11º | 0.56% | 0.63% | - |
| HSV(B) | 108.11º | 0.5% | 0.84% | - |
| XYZ | 35.35 | 53.24 | 22.32 | - |
| YUV | 175.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 107 | 0.40 | 0 | 0.50 | 0.16 | 108.11 | 0.56 | 0.63 |
| Hex | 80 | D5 | 6B | 28 | 0 | 32 | 10 | 6C | 38 | 3F |
| Octal | 200 | 325 | 153 | 50 | 0 | 62 | 20 | 154 | 70 | 77 |
| Binary | 10000000 | 11010101 | 1101011 | 101000 | 0 | 110010 | 10000 | 1101100 | 111000 | 111111 |
Color Harmonies of #80D56B
Complementary color
Monochromatic Colors of #80D56B
Black with #80D56B
Text Example
Text Example
White with #80D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D56B; }
p { color: rgb(128,213,107); }
H1.HeaderClassName
{
color: #80D56B;
}
.AnyTagClassName
{
color: #80D56B;
}
</style>
background-color css
<style>
a { background-color: #80D56B; }
a { background-color: rgb(128,213,107); }
div.DivClassName
{
background-color: #80D56B;
}
.BgClassName
{
background-color: #80D56B;
}
</style>
border-color css
<style>
span { border-color: #80D56B; }
span { border-color: rgb(128,213,107); }
td.TdClassName
{
border-color: #80D56B;
}
.TagClassName
{
border-color: #80D56B;
}
</style>