Shades of Pastel Green #80F675
Tints of Pastel Green #80F675
RGB
CMYK
RGB Variations
Color information
#80F675 (or 0x80F675) is known color: Pastel Green. HEX triplet: 80, F6 and 75. RGB value is (128,246,117). Sum of RGB (Red+Green+Blue) = 128+246+117=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #80F675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F675 is #7F098A. Grayscale: #C4C4C4. Windows color (decimal): -8325515 or 7730816. OLE color: 7730816.
HSL color Cylindrical-coordinate representation of color #80F675: hue angle of 114.88º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80F675 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 117 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.04 |
| HSL | 114.88º | 0.88% | 0.71% | - |
| HSV(B) | 114.88º | 0.52% | 0.96% | - |
| XYZ | 45.07 | 71.79 | 28.31 | - |
| YUV | 196.01 | 83.41 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 117 | 0.48 | 0 | 0.52 | 0.04 | 114.88 | 0.88 | 0.71 |
| Hex | 80 | F6 | 75 | 30 | 0 | 34 | 4 | 73 | 58 | 47 |
| Octal | 200 | 366 | 165 | 60 | 0 | 64 | 4 | 163 | 130 | 107 |
| Binary | 10000000 | 11110110 | 1110101 | 110000 | 0 | 110100 | 100 | 1110011 | 1011000 | 1000111 |
Color Harmonies of #80F675
Complementary color
Monochromatic Colors of #80F675
Black with #80F675
Text Example
Text Example
White with #80F675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F675; }
p { color: rgb(128,246,117); }
H1.HeaderClassName
{
color: #80F675;
}
.AnyTagClassName
{
color: #80F675;
}
</style>
background-color css
<style>
a { background-color: #80F675; }
a { background-color: rgb(128,246,117); }
div.DivClassName
{
background-color: #80F675;
}
.BgClassName
{
background-color: #80F675;
}
</style>
border-color css
<style>
span { border-color: #80F675; }
span { border-color: rgb(128,246,117); }
td.TdClassName
{
border-color: #80F675;
}
.TagClassName
{
border-color: #80F675;
}
</style>