Shades of Pastel Green #80EE5E
Tints of Pastel Green #80EE5E
RGB
CMYK
RGB Variations
Color information
#80EE5E (or 0x80EE5E) is known color: Pastel Green. HEX triplet: 80, EE and 5E. RGB value is (128,238,94). Sum of RGB (Red+Green+Blue) = 128+238+94=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE5E is #7F11A1. Grayscale: #BDBDBD. Windows color (decimal): -8327586 or 6221440. OLE color: 6221440.
HSL color Cylindrical-coordinate representation of color #80EE5E: hue angle of 105.83º degrees, saturation: 0.81, 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 #80EE5E is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 94 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.07 |
| HSL | 105.83º | 0.81% | 0.65% | - |
| HSV(B) | 105.83º | 0.61% | 0.93% | - |
| XYZ | 41.5 | 66.55 | 21.25 | - |
| YUV | 188.69 | 74.56 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 94 | 0.46 | 0 | 0.61 | 0.07 | 105.83 | 0.81 | 0.65 |
| Hex | 80 | EE | 5E | 2E | 0 | 3D | 7 | 6A | 51 | 41 |
| Octal | 200 | 356 | 136 | 56 | 0 | 75 | 7 | 152 | 121 | 101 |
| Binary | 10000000 | 11101110 | 1011110 | 101110 | 0 | 111101 | 111 | 1101010 | 1010001 | 1000001 |
Color Harmonies of #80EE5E
Complementary color
Monochromatic Colors of #80EE5E
Black with #80EE5E
Text Example
Text Example
White with #80EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE5E; }
p { color: rgb(128,238,94); }
H1.HeaderClassName
{
color: #80EE5E;
}
.AnyTagClassName
{
color: #80EE5E;
}
</style>
background-color css
<style>
a { background-color: #80EE5E; }
a { background-color: rgb(128,238,94); }
div.DivClassName
{
background-color: #80EE5E;
}
.BgClassName
{
background-color: #80EE5E;
}
</style>
border-color css
<style>
span { border-color: #80EE5E; }
span { border-color: rgb(128,238,94); }
td.TdClassName
{
border-color: #80EE5E;
}
.TagClassName
{
border-color: #80EE5E;
}
</style>