Shades of Pastel Green #80DA7D
Tints of Pastel Green #80DA7D
RGB
CMYK
RGB Variations
Color information
#80DA7D (or 0x80DA7D) is known color: Pastel Green. HEX triplet: 80, DA and 7D. RGB value is (128,218,125). Sum of RGB (Red+Green+Blue) = 128+218+125=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA7D is #7F2582. Grayscale: #B4B4B4. Windows color (decimal): -8332675 or 8247936. OLE color: 8247936.
HSL color Cylindrical-coordinate representation of color #80DA7D: hue angle of 118.06º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DA7D is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 125 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.15 |
| HSL | 118.06º | 0.56% | 0.67% | - |
| HSV(B) | 118.06º | 0.43% | 0.85% | - |
| XYZ | 37.68 | 56.21 | 28.27 | - |
| YUV | 180.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 125 | 0.41 | 0 | 0.43 | 0.15 | 118.06 | 0.56 | 0.67 |
| Hex | 80 | DA | 7D | 29 | 0 | 2B | F | 76 | 38 | 43 |
| Octal | 200 | 332 | 175 | 51 | 0 | 53 | 17 | 166 | 70 | 103 |
| Binary | 10000000 | 11011010 | 1111101 | 101001 | 0 | 101011 | 1111 | 1110110 | 111000 | 1000011 |
Color Harmonies of #80DA7D
Complementary color
Monochromatic Colors of #80DA7D
Black with #80DA7D
Text Example
Text Example
White with #80DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA7D; }
p { color: rgb(128,218,125); }
H1.HeaderClassName
{
color: #80DA7D;
}
.AnyTagClassName
{
color: #80DA7D;
}
</style>
background-color css
<style>
a { background-color: #80DA7D; }
a { background-color: rgb(128,218,125); }
div.DivClassName
{
background-color: #80DA7D;
}
.BgClassName
{
background-color: #80DA7D;
}
</style>
border-color css
<style>
span { border-color: #80DA7D; }
span { border-color: rgb(128,218,125); }
td.TdClassName
{
border-color: #80DA7D;
}
.TagClassName
{
border-color: #80DA7D;
}
</style>