Shades of Pastel Green #80F266
Tints of Pastel Green #80F266
RGB
CMYK
RGB Variations
Color information
#80F266 (or 0x80F266) is known color: Pastel Green. HEX triplet: 80, F2 and 66. RGB value is (128,242,102). Sum of RGB (Red+Green+Blue) = 128+242+102=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #80F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F266 is #7F0D99. Grayscale: #C0C0C0. Windows color (decimal): -8326554 or 6746752. OLE color: 6746752.
HSL color Cylindrical-coordinate representation of color #80F266: hue angle of 108.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80F266 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 102 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.05 |
| HSL | 108.86º | 0.84% | 0.67% | - |
| HSV(B) | 108.86º | 0.58% | 0.95% | - |
| XYZ | 43.05 | 69.05 | 23.63 | - |
| YUV | 191.95 | 77.23 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 102 | 0.47 | 0 | 0.58 | 0.05 | 108.86 | 0.84 | 0.67 |
| Hex | 80 | F2 | 66 | 2F | 0 | 3A | 5 | 6D | 54 | 43 |
| Octal | 200 | 362 | 146 | 57 | 0 | 72 | 5 | 155 | 124 | 103 |
| Binary | 10000000 | 11110010 | 1100110 | 101111 | 0 | 111010 | 101 | 1101101 | 1010100 | 1000011 |
Color Harmonies of #80F266
Complementary color
Monochromatic Colors of #80F266
Black with #80F266
Text Example
Text Example
White with #80F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F266; }
p { color: rgb(128,242,102); }
H1.HeaderClassName
{
color: #80F266;
}
.AnyTagClassName
{
color: #80F266;
}
</style>
background-color css
<style>
a { background-color: #80F266; }
a { background-color: rgb(128,242,102); }
div.DivClassName
{
background-color: #80F266;
}
.BgClassName
{
background-color: #80F266;
}
</style>
border-color css
<style>
span { border-color: #80F266; }
span { border-color: rgb(128,242,102); }
td.TdClassName
{
border-color: #80F266;
}
.TagClassName
{
border-color: #80F266;
}
</style>