Shades of Pastel Green #80EE73
Tints of Pastel Green #80EE73
RGB
CMYK
RGB Variations
Color information
#80EE73 (or 0x80EE73) is known color: Pastel Green. HEX triplet: 80, EE and 73. RGB value is (128,238,115). Sum of RGB (Red+Green+Blue) = 128+238+115=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE73 is #7F118C. Grayscale: #BFBFBF. Windows color (decimal): -8327565 or 7597696. OLE color: 7597696.
HSL color Cylindrical-coordinate representation of color #80EE73: hue angle of 113.66º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80EE73 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 115 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.07 |
| HSL | 113.66º | 0.78% | 0.69% | - |
| HSV(B) | 113.66º | 0.52% | 0.93% | - |
| XYZ | 42.57 | 66.98 | 26.9 | - |
| YUV | 191.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 115 | 0.46 | 0 | 0.52 | 0.07 | 113.66 | 0.78 | 0.69 |
| Hex | 80 | EE | 73 | 2E | 0 | 34 | 7 | 72 | 4E | 45 |
| Octal | 200 | 356 | 163 | 56 | 0 | 64 | 7 | 162 | 116 | 105 |
| Binary | 10000000 | 11101110 | 1110011 | 101110 | 0 | 110100 | 111 | 1110010 | 1001110 | 1000101 |
Color Harmonies of #80EE73
Complementary color
Monochromatic Colors of #80EE73
Black with #80EE73
Text Example
Text Example
White with #80EE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE73; }
p { color: rgb(128,238,115); }
H1.HeaderClassName
{
color: #80EE73;
}
.AnyTagClassName
{
color: #80EE73;
}
</style>
background-color css
<style>
a { background-color: #80EE73; }
a { background-color: rgb(128,238,115); }
div.DivClassName
{
background-color: #80EE73;
}
.BgClassName
{
background-color: #80EE73;
}
</style>
border-color css
<style>
span { border-color: #80EE73; }
span { border-color: rgb(128,238,115); }
td.TdClassName
{
border-color: #80EE73;
}
.TagClassName
{
border-color: #80EE73;
}
</style>