Shades of Pastel Green #80F278
Tints of Pastel Green #80F278
RGB
CMYK
RGB Variations
Color information
#80F278 (or 0x80F278) is known color: Pastel Green. HEX triplet: 80, F2 and 78. RGB value is (128,242,120). Sum of RGB (Red+Green+Blue) = 128+242+120=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #80F278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F278 is #7F0D87. Grayscale: #C2C2C2. Windows color (decimal): -8326536 or 7926400. OLE color: 7926400.
HSL color Cylindrical-coordinate representation of color #80F278: hue angle of 116.07º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F278 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 120 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.05 |
| HSL | 116.07º | 0.82% | 0.71% | - |
| HSV(B) | 116.07º | 0.5% | 0.95% | - |
| XYZ | 44.04 | 69.45 | 28.85 | - |
| YUV | 194.01 | 86.23 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 120 | 0.47 | 0 | 0.50 | 0.05 | 116.07 | 0.82 | 0.71 |
| Hex | 80 | F2 | 78 | 2F | 0 | 32 | 5 | 74 | 52 | 47 |
| Octal | 200 | 362 | 170 | 57 | 0 | 62 | 5 | 164 | 122 | 107 |
| Binary | 10000000 | 11110010 | 1111000 | 101111 | 0 | 110010 | 101 | 1110100 | 1010010 | 1000111 |
Color Harmonies of #80F278
Complementary color
Monochromatic Colors of #80F278
Black with #80F278
Text Example
Text Example
White with #80F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F278; }
p { color: rgb(128,242,120); }
H1.HeaderClassName
{
color: #80F278;
}
.AnyTagClassName
{
color: #80F278;
}
</style>
background-color css
<style>
a { background-color: #80F278; }
a { background-color: rgb(128,242,120); }
div.DivClassName
{
background-color: #80F278;
}
.BgClassName
{
background-color: #80F278;
}
</style>
border-color css
<style>
span { border-color: #80F278; }
span { border-color: rgb(128,242,120); }
td.TdClassName
{
border-color: #80F278;
}
.TagClassName
{
border-color: #80F278;
}
</style>