Shades of Pastel Green #80EF73
Tints of Pastel Green #80EF73
RGB
CMYK
RGB Variations
Color information
#80EF73 (or 0x80EF73) is known color: Pastel Green. HEX triplet: 80, EF and 73. RGB value is (128,239,115). Sum of RGB (Red+Green+Blue) = 128+239+115=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF73 is #7F108C. Grayscale: #C0C0C0. Windows color (decimal): -8327309 or 7597952. OLE color: 7597952.
HSL color Cylindrical-coordinate representation of color #80EF73: hue angle of 113.71º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80EF73 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 115 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.06 |
| HSL | 113.71º | 0.79% | 0.69% | - |
| HSV(B) | 113.71º | 0.52% | 0.94% | - |
| XYZ | 42.86 | 67.56 | 27 | - |
| YUV | 191.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 115 | 0.46 | 0 | 0.52 | 0.06 | 113.71 | 0.79 | 0.69 |
| Hex | 80 | EF | 73 | 2E | 0 | 34 | 6 | 72 | 4F | 45 |
| Octal | 200 | 357 | 163 | 56 | 0 | 64 | 6 | 162 | 117 | 105 |
| Binary | 10000000 | 11101111 | 1110011 | 101110 | 0 | 110100 | 110 | 1110010 | 1001111 | 1000101 |
Color Harmonies of #80EF73
Complementary color
Monochromatic Colors of #80EF73
Black with #80EF73
Text Example
Text Example
White with #80EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF73; }
p { color: rgb(128,239,115); }
H1.HeaderClassName
{
color: #80EF73;
}
.AnyTagClassName
{
color: #80EF73;
}
</style>
background-color css
<style>
a { background-color: #80EF73; }
a { background-color: rgb(128,239,115); }
div.DivClassName
{
background-color: #80EF73;
}
.BgClassName
{
background-color: #80EF73;
}
</style>
border-color css
<style>
span { border-color: #80EF73; }
span { border-color: rgb(128,239,115); }
td.TdClassName
{
border-color: #80EF73;
}
.TagClassName
{
border-color: #80EF73;
}
</style>