Shades of Pastel Green #80F673
Tints of Pastel Green #80F673
RGB
CMYK
RGB Variations
Color information
#80F673 (or 0x80F673) is known color: Pastel Green. HEX triplet: 80, F6 and 73. RGB value is (128,246,115). Sum of RGB (Red+Green+Blue) = 128+246+115=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #80F673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F673 is #7F098C. Grayscale: #C4C4C4. Windows color (decimal): -8325517 or 7599744. OLE color: 7599744.
HSL color Cylindrical-coordinate representation of color #80F673: hue angle of 114.05º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80F673 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 115 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.04 |
| HSL | 114.05º | 0.88% | 0.71% | - |
| HSV(B) | 114.05º | 0.53% | 0.96% | - |
| XYZ | 44.95 | 71.74 | 27.7 | - |
| YUV | 195.78 | 82.41 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 115 | 0.48 | 0 | 0.53 | 0.04 | 114.05 | 0.88 | 0.71 |
| Hex | 80 | F6 | 73 | 30 | 0 | 35 | 4 | 72 | 58 | 47 |
| Octal | 200 | 366 | 163 | 60 | 0 | 65 | 4 | 162 | 130 | 107 |
| Binary | 10000000 | 11110110 | 1110011 | 110000 | 0 | 110101 | 100 | 1110010 | 1011000 | 1000111 |
Color Harmonies of #80F673
Complementary color
Monochromatic Colors of #80F673
Black with #80F673
Text Example
Text Example
White with #80F673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F673; }
p { color: rgb(128,246,115); }
H1.HeaderClassName
{
color: #80F673;
}
.AnyTagClassName
{
color: #80F673;
}
</style>
background-color css
<style>
a { background-color: #80F673; }
a { background-color: rgb(128,246,115); }
div.DivClassName
{
background-color: #80F673;
}
.BgClassName
{
background-color: #80F673;
}
</style>
border-color css
<style>
span { border-color: #80F673; }
span { border-color: rgb(128,246,115); }
td.TdClassName
{
border-color: #80F673;
}
.TagClassName
{
border-color: #80F673;
}
</style>