Shades of Pastel Green #80E682
Tints of Pastel Green #80E682
RGB
CMYK
RGB Variations
Color information
#80E682 (or 0x80E682) is known color: Pastel Green. HEX triplet: 80, E6 and 82. RGB value is (128,230,130). Sum of RGB (Red+Green+Blue) = 128+230+130=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #80E682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E682 is #7F197D. Grayscale: #BCBCBC. Windows color (decimal): -8329598 or 8578688. OLE color: 8578688.
HSL color Cylindrical-coordinate representation of color #80E682: hue angle of 121.18º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E682 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 130 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.10 |
| HSL | 121.18º | 0.67% | 0.7% | - |
| HSV(B) | 121.18º | 0.44% | 0.9% | - |
| XYZ | 41.23 | 62.79 | 31.07 | - |
| YUV | 188.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 130 | 0.44 | 0 | 0.43 | 0.10 | 121.18 | 0.67 | 0.7 |
| Hex | 80 | E6 | 82 | 2C | 0 | 2B | A | 79 | 43 | 46 |
| Octal | 200 | 346 | 202 | 54 | 0 | 53 | 12 | 171 | 103 | 106 |
| Binary | 10000000 | 11100110 | 10000010 | 101100 | 0 | 101011 | 1010 | 1111001 | 1000011 | 1000110 |
Color Harmonies of #80E682
Complementary color
Monochromatic Colors of #80E682
Black with #80E682
Text Example
Text Example
White with #80E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E682; }
p { color: rgb(128,230,130); }
H1.HeaderClassName
{
color: #80E682;
}
.AnyTagClassName
{
color: #80E682;
}
</style>
background-color css
<style>
a { background-color: #80E682; }
a { background-color: rgb(128,230,130); }
div.DivClassName
{
background-color: #80E682;
}
.BgClassName
{
background-color: #80E682;
}
</style>
border-color css
<style>
span { border-color: #80E682; }
span { border-color: rgb(128,230,130); }
td.TdClassName
{
border-color: #80E682;
}
.TagClassName
{
border-color: #80E682;
}
</style>