Shades of Pastel Green #80F772
Tints of Pastel Green #80F772
RGB
CMYK
RGB Variations
Color information
#80F772 (or 0x80F772) is known color: Pastel Green. HEX triplet: 80, F7 and 72. RGB value is (128,247,114). Sum of RGB (Red+Green+Blue) = 128+247+114=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #80F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F772 is #7F088D. Grayscale: #C4C4C4. Windows color (decimal): -8325262 or 7534464. OLE color: 7534464.
HSL color Cylindrical-coordinate representation of color #80F772: hue angle of 113.68º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80F772 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 114 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.03 |
| HSL | 113.68º | 0.89% | 0.71% | - |
| HSV(B) | 113.68º | 0.54% | 0.97% | - |
| XYZ | 45.2 | 72.33 | 27.5 | - |
| YUV | 196.26 | 81.58 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 114 | 0.48 | 0 | 0.54 | 0.03 | 113.68 | 0.89 | 0.71 |
| Hex | 80 | F7 | 72 | 30 | 0 | 36 | 3 | 72 | 59 | 47 |
| Octal | 200 | 367 | 162 | 60 | 0 | 66 | 3 | 162 | 131 | 107 |
| Binary | 10000000 | 11110111 | 1110010 | 110000 | 0 | 110110 | 11 | 1110010 | 1011001 | 1000111 |
Color Harmonies of #80F772
Complementary color
Monochromatic Colors of #80F772
Black with #80F772
Text Example
Text Example
White with #80F772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F772; }
p { color: rgb(128,247,114); }
H1.HeaderClassName
{
color: #80F772;
}
.AnyTagClassName
{
color: #80F772;
}
</style>
background-color css
<style>
a { background-color: #80F772; }
a { background-color: rgb(128,247,114); }
div.DivClassName
{
background-color: #80F772;
}
.BgClassName
{
background-color: #80F772;
}
</style>
border-color css
<style>
span { border-color: #80F772; }
span { border-color: rgb(128,247,114); }
td.TdClassName
{
border-color: #80F772;
}
.TagClassName
{
border-color: #80F772;
}
</style>