Shades of Pastel Green #80D57B
Tints of Pastel Green #80D57B
RGB
CMYK
RGB Variations
Color information
#80D57B (or 0x80D57B) is known color: Pastel Green. HEX triplet: 80, D5 and 7B. RGB value is (128,213,123). Sum of RGB (Red+Green+Blue) = 128+213+123=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #80D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D57B is #7F2A84. Grayscale: #B1B1B1. Windows color (decimal): -8333957 or 8115584. OLE color: 8115584.
HSL color Cylindrical-coordinate representation of color #80D57B: hue angle of 116.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80D57B is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 123 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.16 |
| HSL | 116.67º | 0.52% | 0.66% | - |
| HSV(B) | 116.67º | 0.42% | 0.84% | - |
| XYZ | 36.27 | 53.61 | 27.17 | - |
| YUV | 177.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 123 | 0.40 | 0 | 0.42 | 0.16 | 116.67 | 0.52 | 0.66 |
| Hex | 80 | D5 | 7B | 28 | 0 | 2A | 10 | 75 | 34 | 42 |
| Octal | 200 | 325 | 173 | 50 | 0 | 52 | 20 | 165 | 64 | 102 |
| Binary | 10000000 | 11010101 | 1111011 | 101000 | 0 | 101010 | 10000 | 1110101 | 110100 | 1000010 |
Color Harmonies of #80D57B
Complementary color
Monochromatic Colors of #80D57B
Black with #80D57B
Text Example
Text Example
White with #80D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D57B; }
p { color: rgb(128,213,123); }
H1.HeaderClassName
{
color: #80D57B;
}
.AnyTagClassName
{
color: #80D57B;
}
</style>
background-color css
<style>
a { background-color: #80D57B; }
a { background-color: rgb(128,213,123); }
div.DivClassName
{
background-color: #80D57B;
}
.BgClassName
{
background-color: #80D57B;
}
</style>
border-color css
<style>
span { border-color: #80D57B; }
span { border-color: rgb(128,213,123); }
td.TdClassName
{
border-color: #80D57B;
}
.TagClassName
{
border-color: #80D57B;
}
</style>