Shades of Pastel Green #80D674
Tints of Pastel Green #80D674
RGB
CMYK
RGB Variations
Color information
#80D674 (or 0x80D674) is known color: Pastel Green. HEX triplet: 80, D6 and 74. RGB value is (128,214,116). Sum of RGB (Red+Green+Blue) = 128+214+116=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #80D674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D674 is #7F298B. Grayscale: #B1B1B1. Windows color (decimal): -8333708 or 7657088. OLE color: 7657088.
HSL color Cylindrical-coordinate representation of color #80D674: hue angle of 112.65º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D674 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 116 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.16 |
| HSL | 112.65º | 0.54% | 0.65% | - |
| HSV(B) | 112.65º | 0.46% | 0.84% | - |
| XYZ | 36.1 | 53.94 | 25.03 | - |
| YUV | 177.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 116 | 0.40 | 0 | 0.46 | 0.16 | 112.65 | 0.54 | 0.65 |
| Hex | 80 | D6 | 74 | 28 | 0 | 2E | 10 | 71 | 36 | 41 |
| Octal | 200 | 326 | 164 | 50 | 0 | 56 | 20 | 161 | 66 | 101 |
| Binary | 10000000 | 11010110 | 1110100 | 101000 | 0 | 101110 | 10000 | 1110001 | 110110 | 1000001 |
Color Harmonies of #80D674
Complementary color
Monochromatic Colors of #80D674
Black with #80D674
Text Example
Text Example
White with #80D674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D674; }
p { color: rgb(128,214,116); }
H1.HeaderClassName
{
color: #80D674;
}
.AnyTagClassName
{
color: #80D674;
}
</style>
background-color css
<style>
a { background-color: #80D674; }
a { background-color: rgb(128,214,116); }
div.DivClassName
{
background-color: #80D674;
}
.BgClassName
{
background-color: #80D674;
}
</style>
border-color css
<style>
span { border-color: #80D674; }
span { border-color: rgb(128,214,116); }
td.TdClassName
{
border-color: #80D674;
}
.TagClassName
{
border-color: #80D674;
}
</style>