Shades of Pastel Green #80E75D
Tints of Pastel Green #80E75D
RGB
CMYK
RGB Variations
Color information
#80E75D (or 0x80E75D) is known color: Pastel Green. HEX triplet: 80, E7 and 5D. RGB value is (128,231,93). Sum of RGB (Red+Green+Blue) = 128+231+93=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #80E75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E75D is #7F18A2. Grayscale: #B8B8B8. Windows color (decimal): -8329379 or 6154112. OLE color: 6154112.
HSL color Cylindrical-coordinate representation of color #80E75D: hue angle of 104.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80E75D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 93 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.09 |
| HSL | 104.78º | 0.74% | 0.64% | - |
| HSV(B) | 104.78º | 0.6% | 0.91% | - |
| XYZ | 39.45 | 62.53 | 20.35 | - |
| YUV | 184.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 93 | 0.45 | 0 | 0.60 | 0.09 | 104.78 | 0.74 | 0.64 |
| Hex | 80 | E7 | 5D | 2D | 0 | 3C | 9 | 69 | 4A | 40 |
| Octal | 200 | 347 | 135 | 55 | 0 | 74 | 11 | 151 | 112 | 100 |
| Binary | 10000000 | 11100111 | 1011101 | 101101 | 0 | 111100 | 1001 | 1101001 | 1001010 | 1000000 |
Color Harmonies of #80E75D
Complementary color
Monochromatic Colors of #80E75D
Black with #80E75D
Text Example
Text Example
White with #80E75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E75D; }
p { color: rgb(128,231,93); }
H1.HeaderClassName
{
color: #80E75D;
}
.AnyTagClassName
{
color: #80E75D;
}
</style>
background-color css
<style>
a { background-color: #80E75D; }
a { background-color: rgb(128,231,93); }
div.DivClassName
{
background-color: #80E75D;
}
.BgClassName
{
background-color: #80E75D;
}
</style>
border-color css
<style>
span { border-color: #80E75D; }
span { border-color: rgb(128,231,93); }
td.TdClassName
{
border-color: #80E75D;
}
.TagClassName
{
border-color: #80E75D;
}
</style>