Shades of Pastel Green #80E67D
Tints of Pastel Green #80E67D
RGB
CMYK
RGB Variations
Color information
#80E67D (or 0x80E67D) is known color: Pastel Green. HEX triplet: 80, E6 and 7D. RGB value is (128,230,125). Sum of RGB (Red+Green+Blue) = 128+230+125=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #80E67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E67D is #7F1982. Grayscale: #BBBBBB. Windows color (decimal): -8329603 or 8251008. OLE color: 8251008.
HSL color Cylindrical-coordinate representation of color #80E67D: hue angle of 118.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E67D is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 125 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.10 |
| HSL | 118.29º | 0.68% | 0.7% | - |
| HSV(B) | 118.29º | 0.46% | 0.9% | - |
| XYZ | 40.9 | 62.66 | 29.34 | - |
| YUV | 187.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 125 | 0.44 | 0 | 0.46 | 0.10 | 118.29 | 0.68 | 0.7 |
| Hex | 80 | E6 | 7D | 2C | 0 | 2E | A | 76 | 44 | 46 |
| Octal | 200 | 346 | 175 | 54 | 0 | 56 | 12 | 166 | 104 | 106 |
| Binary | 10000000 | 11100110 | 1111101 | 101100 | 0 | 101110 | 1010 | 1110110 | 1000100 | 1000110 |
Color Harmonies of #80E67D
Complementary color
Monochromatic Colors of #80E67D
Black with #80E67D
Text Example
Text Example
White with #80E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E67D; }
p { color: rgb(128,230,125); }
H1.HeaderClassName
{
color: #80E67D;
}
.AnyTagClassName
{
color: #80E67D;
}
</style>
background-color css
<style>
a { background-color: #80E67D; }
a { background-color: rgb(128,230,125); }
div.DivClassName
{
background-color: #80E67D;
}
.BgClassName
{
background-color: #80E67D;
}
</style>
border-color css
<style>
span { border-color: #80E67D; }
span { border-color: rgb(128,230,125); }
td.TdClassName
{
border-color: #80E67D;
}
.TagClassName
{
border-color: #80E67D;
}
</style>