Shades of Pastel Green #80CE72
Tints of Pastel Green #80CE72
RGB
CMYK
RGB Variations
Color information
#80CE72 (or 0x80CE72) is known color: Pastel Green. HEX triplet: 80, CE and 72. RGB value is (128,206,114). Sum of RGB (Red+Green+Blue) = 128+206+114=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE72 is #7F318D. Grayscale: #ACACAC. Windows color (decimal): -8335758 or 7523968. OLE color: 7523968.
HSL color Cylindrical-coordinate representation of color #80CE72: hue angle of 110.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80CE72 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 114 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.19 |
| HSL | 110.87º | 0.48% | 0.63% | - |
| HSV(B) | 110.87º | 0.45% | 0.81% | - |
| XYZ | 34.01 | 49.95 | 23.77 | - |
| YUV | 172.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 114 | 0.38 | 0 | 0.45 | 0.19 | 110.87 | 0.48 | 0.63 |
| Hex | 80 | CE | 72 | 26 | 0 | 2D | 13 | 6F | 30 | 3F |
| Octal | 200 | 316 | 162 | 46 | 0 | 55 | 23 | 157 | 60 | 77 |
| Binary | 10000000 | 11001110 | 1110010 | 100110 | 0 | 101101 | 10011 | 1101111 | 110000 | 111111 |
Color Harmonies of #80CE72
Complementary color
Monochromatic Colors of #80CE72
Black with #80CE72
Text Example
Text Example
White with #80CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE72; }
p { color: rgb(128,206,114); }
H1.HeaderClassName
{
color: #80CE72;
}
.AnyTagClassName
{
color: #80CE72;
}
</style>
background-color css
<style>
a { background-color: #80CE72; }
a { background-color: rgb(128,206,114); }
div.DivClassName
{
background-color: #80CE72;
}
.BgClassName
{
background-color: #80CE72;
}
</style>
border-color css
<style>
span { border-color: #80CE72; }
span { border-color: rgb(128,206,114); }
td.TdClassName
{
border-color: #80CE72;
}
.TagClassName
{
border-color: #80CE72;
}
</style>