Shades of Pastel Green #80EC5D
Tints of Pastel Green #80EC5D
RGB
CMYK
RGB Variations
Color information
#80EC5D (or 0x80EC5D) is known color: Pastel Green. HEX triplet: 80, EC and 5D. RGB value is (128,236,93). Sum of RGB (Red+Green+Blue) = 128+236+93=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC5D is #7F13A2. Grayscale: #BBBBBB. Windows color (decimal): -8328099 or 6155392. OLE color: 6155392.
HSL color Cylindrical-coordinate representation of color #80EC5D: hue angle of 105.31º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80EC5D is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 93 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.07 |
| HSL | 105.31º | 0.79% | 0.65% | - |
| HSV(B) | 105.31º | 0.61% | 0.93% | - |
| XYZ | 40.87 | 65.37 | 20.82 | - |
| YUV | 187.41 | 74.72 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 93 | 0.46 | 0 | 0.61 | 0.07 | 105.31 | 0.79 | 0.65 |
| Hex | 80 | EC | 5D | 2E | 0 | 3D | 7 | 69 | 4F | 41 |
| Octal | 200 | 354 | 135 | 56 | 0 | 75 | 7 | 151 | 117 | 101 |
| Binary | 10000000 | 11101100 | 1011101 | 101110 | 0 | 111101 | 111 | 1101001 | 1001111 | 1000001 |
Color Harmonies of #80EC5D
Complementary color
Monochromatic Colors of #80EC5D
Black with #80EC5D
Text Example
Text Example
White with #80EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC5D; }
p { color: rgb(128,236,93); }
H1.HeaderClassName
{
color: #80EC5D;
}
.AnyTagClassName
{
color: #80EC5D;
}
</style>
background-color css
<style>
a { background-color: #80EC5D; }
a { background-color: rgb(128,236,93); }
div.DivClassName
{
background-color: #80EC5D;
}
.BgClassName
{
background-color: #80EC5D;
}
</style>
border-color css
<style>
span { border-color: #80EC5D; }
span { border-color: rgb(128,236,93); }
td.TdClassName
{
border-color: #80EC5D;
}
.TagClassName
{
border-color: #80EC5D;
}
</style>