Shades of Pastel Green #80F671
Tints of Pastel Green #80F671
RGB
CMYK
RGB Variations
Color information
#80F671 (or 0x80F671) is known color: Pastel Green. HEX triplet: 80, F6 and 71. RGB value is (128,246,113). Sum of RGB (Red+Green+Blue) = 128+246+113=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #80F671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F671 is #7F098E. Grayscale: #C3C3C3. Windows color (decimal): -8325519 or 7468672. OLE color: 7468672.
HSL color Cylindrical-coordinate representation of color #80F671: hue angle of 113.23º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80F671 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 113 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.04 |
| HSL | 113.23º | 0.88% | 0.7% | - |
| HSV(B) | 113.23º | 0.54% | 0.96% | - |
| XYZ | 44.84 | 71.69 | 27.1 | - |
| YUV | 195.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 113 | 0.48 | 0 | 0.54 | 0.04 | 113.23 | 0.88 | 0.7 |
| Hex | 80 | F6 | 71 | 30 | 0 | 36 | 4 | 71 | 58 | 46 |
| Octal | 200 | 366 | 161 | 60 | 0 | 66 | 4 | 161 | 130 | 106 |
| Binary | 10000000 | 11110110 | 1110001 | 110000 | 0 | 110110 | 100 | 1110001 | 1011000 | 1000110 |
Color Harmonies of #80F671
Complementary color
Monochromatic Colors of #80F671
Black with #80F671
Text Example
Text Example
White with #80F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F671; }
p { color: rgb(128,246,113); }
H1.HeaderClassName
{
color: #80F671;
}
.AnyTagClassName
{
color: #80F671;
}
</style>
background-color css
<style>
a { background-color: #80F671; }
a { background-color: rgb(128,246,113); }
div.DivClassName
{
background-color: #80F671;
}
.BgClassName
{
background-color: #80F671;
}
</style>
border-color css
<style>
span { border-color: #80F671; }
span { border-color: rgb(128,246,113); }
td.TdClassName
{
border-color: #80F671;
}
.TagClassName
{
border-color: #80F671;
}
</style>