Shades of Pastel Green #80EC62
Tints of Pastel Green #80EC62
RGB
CMYK
RGB Variations
Color information
#80EC62 (or 0x80EC62) is known color: Pastel Green. HEX triplet: 80, EC and 62. RGB value is (128,236,98). Sum of RGB (Red+Green+Blue) = 128+236+98=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC62 is #7F139D. Grayscale: #BCBCBC. Windows color (decimal): -8328094 or 6483072. OLE color: 6483072.
HSL color Cylindrical-coordinate representation of color #80EC62: hue angle of 106.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80EC62 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 98 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.07 |
| HSL | 106.96º | 0.78% | 0.65% | - |
| HSV(B) | 106.96º | 0.58% | 0.93% | - |
| XYZ | 41.1 | 65.46 | 22.02 | - |
| YUV | 187.98 | 77.22 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 98 | 0.46 | 0 | 0.58 | 0.07 | 106.96 | 0.78 | 0.65 |
| Hex | 80 | EC | 62 | 2E | 0 | 3A | 7 | 6B | 4E | 41 |
| Octal | 200 | 354 | 142 | 56 | 0 | 72 | 7 | 153 | 116 | 101 |
| Binary | 10000000 | 11101100 | 1100010 | 101110 | 0 | 111010 | 111 | 1101011 | 1001110 | 1000001 |
Color Harmonies of #80EC62
Complementary color
Monochromatic Colors of #80EC62
Black with #80EC62
Text Example
Text Example
White with #80EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC62; }
p { color: rgb(128,236,98); }
H1.HeaderClassName
{
color: #80EC62;
}
.AnyTagClassName
{
color: #80EC62;
}
</style>
background-color css
<style>
a { background-color: #80EC62; }
a { background-color: rgb(128,236,98); }
div.DivClassName
{
background-color: #80EC62;
}
.BgClassName
{
background-color: #80EC62;
}
</style>
border-color css
<style>
span { border-color: #80EC62; }
span { border-color: rgb(128,236,98); }
td.TdClassName
{
border-color: #80EC62;
}
.TagClassName
{
border-color: #80EC62;
}
</style>