Shades of Pastel Green #80E565
Tints of Pastel Green #80E565
RGB
CMYK
RGB Variations
Color information
#80E565 (or 0x80E565) is known color: Pastel Green. HEX triplet: 80, E5 and 65. RGB value is (128,229,101). Sum of RGB (Red+Green+Blue) = 128+229+101=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #80E565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E565 is #7F1A9A. Grayscale: #B8B8B8. Windows color (decimal): -8329883 or 6677888. OLE color: 6677888.
HSL color Cylindrical-coordinate representation of color #80E565: hue angle of 107.34º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80E565 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 101 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.10 |
| HSL | 107.34º | 0.71% | 0.65% | - |
| HSV(B) | 107.34º | 0.56% | 0.9% | - |
| XYZ | 39.27 | 61.57 | 22.13 | - |
| YUV | 184.21 | 81.04 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 101 | 0.44 | 0 | 0.56 | 0.10 | 107.34 | 0.71 | 0.65 |
| Hex | 80 | E5 | 65 | 2C | 0 | 38 | A | 6B | 47 | 41 |
| Octal | 200 | 345 | 145 | 54 | 0 | 70 | 12 | 153 | 107 | 101 |
| Binary | 10000000 | 11100101 | 1100101 | 101100 | 0 | 111000 | 1010 | 1101011 | 1000111 | 1000001 |
Color Harmonies of #80E565
Complementary color
Monochromatic Colors of #80E565
Black with #80E565
Text Example
Text Example
White with #80E565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E565; }
p { color: rgb(128,229,101); }
H1.HeaderClassName
{
color: #80E565;
}
.AnyTagClassName
{
color: #80E565;
}
</style>
background-color css
<style>
a { background-color: #80E565; }
a { background-color: rgb(128,229,101); }
div.DivClassName
{
background-color: #80E565;
}
.BgClassName
{
background-color: #80E565;
}
</style>
border-color css
<style>
span { border-color: #80E565; }
span { border-color: rgb(128,229,101); }
td.TdClassName
{
border-color: #80E565;
}
.TagClassName
{
border-color: #80E565;
}
</style>