Shades of Pastel Green #80CE77
Tints of Pastel Green #80CE77
RGB
CMYK
RGB Variations
Color information
#80CE77 (or 0x80CE77) is known color: Pastel Green. HEX triplet: 80, CE and 77. RGB value is (128,206,119). Sum of RGB (Red+Green+Blue) = 128+206+119=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE77 is #7F3188. Grayscale: #ADADAD. Windows color (decimal): -8335753 or 7851648. OLE color: 7851648.
HSL color Cylindrical-coordinate representation of color #80CE77: hue angle of 113.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CE77 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 119 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.19 |
| HSL | 113.79º | 0.47% | 0.64% | - |
| HSV(B) | 113.79º | 0.42% | 0.81% | - |
| XYZ | 34.3 | 50.06 | 25.31 | - |
| YUV | 172.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 119 | 0.38 | 0 | 0.42 | 0.19 | 113.79 | 0.47 | 0.64 |
| Hex | 80 | CE | 77 | 26 | 0 | 2A | 13 | 72 | 2F | 40 |
| Octal | 200 | 316 | 167 | 46 | 0 | 52 | 23 | 162 | 57 | 100 |
| Binary | 10000000 | 11001110 | 1110111 | 100110 | 0 | 101010 | 10011 | 1110010 | 101111 | 1000000 |
Color Harmonies of #80CE77
Complementary color
Monochromatic Colors of #80CE77
Black with #80CE77
Text Example
Text Example
White with #80CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE77; }
p { color: rgb(128,206,119); }
H1.HeaderClassName
{
color: #80CE77;
}
.AnyTagClassName
{
color: #80CE77;
}
</style>
background-color css
<style>
a { background-color: #80CE77; }
a { background-color: rgb(128,206,119); }
div.DivClassName
{
background-color: #80CE77;
}
.BgClassName
{
background-color: #80CE77;
}
</style>
border-color css
<style>
span { border-color: #80CE77; }
span { border-color: rgb(128,206,119); }
td.TdClassName
{
border-color: #80CE77;
}
.TagClassName
{
border-color: #80CE77;
}
</style>