Shades of Pastel Green #80DE77
Tints of Pastel Green #80DE77
RGB
CMYK
RGB Variations
Color information
#80DE77 (or 0x80DE77) is known color: Pastel Green. HEX triplet: 80, DE and 77. RGB value is (128,222,119). Sum of RGB (Red+Green+Blue) = 128+222+119=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE77 is #7F2188. Grayscale: #B6B6B6. Windows color (decimal): -8331657 or 7855744. OLE color: 7855744.
HSL color Cylindrical-coordinate representation of color #80DE77: hue angle of 114.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80DE77 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 119 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.13 |
| HSL | 114.76º | 0.61% | 0.67% | - |
| HSV(B) | 114.76º | 0.46% | 0.87% | - |
| XYZ | 38.35 | 58.16 | 26.66 | - |
| YUV | 182.15 | 92.36 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 119 | 0.42 | 0 | 0.46 | 0.13 | 114.76 | 0.61 | 0.67 |
| Hex | 80 | DE | 77 | 2A | 0 | 2E | D | 73 | 3D | 43 |
| Octal | 200 | 336 | 167 | 52 | 0 | 56 | 15 | 163 | 75 | 103 |
| Binary | 10000000 | 11011110 | 1110111 | 101010 | 0 | 101110 | 1101 | 1110011 | 111101 | 1000011 |
Color Harmonies of #80DE77
Complementary color
Monochromatic Colors of #80DE77
Black with #80DE77
Text Example
Text Example
White with #80DE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DE77; }
p { color: rgb(128,222,119); }
H1.HeaderClassName
{
color: #80DE77;
}
.AnyTagClassName
{
color: #80DE77;
}
</style>
background-color css
<style>
a { background-color: #80DE77; }
a { background-color: rgb(128,222,119); }
div.DivClassName
{
background-color: #80DE77;
}
.BgClassName
{
background-color: #80DE77;
}
</style>
border-color css
<style>
span { border-color: #80DE77; }
span { border-color: rgb(128,222,119); }
td.TdClassName
{
border-color: #80DE77;
}
.TagClassName
{
border-color: #80DE77;
}
</style>