Shades of Pastel Green #80F27A
Tints of Pastel Green #80F27A
RGB
CMYK
RGB Variations
Color information
#80F27A (or 0x80F27A) is known color: Pastel Green. HEX triplet: 80, F2 and 7A. RGB value is (128,242,122). Sum of RGB (Red+Green+Blue) = 128+242+122=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #80F27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F27A is #7F0D85. Grayscale: #C2C2C2. Windows color (decimal): -8326534 or 8057472. OLE color: 8057472.
HSL color Cylindrical-coordinate representation of color #80F27A: hue angle of 117º 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 #80F27A is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 122 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.05 |
| HSL | 117º | 0.82% | 0.71% | - |
| HSV(B) | 117º | 0.5% | 0.95% | - |
| XYZ | 44.17 | 69.5 | 29.5 | - |
| YUV | 194.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 122 | 0.47 | 0 | 0.50 | 0.05 | 117 | 0.82 | 0.71 |
| Hex | 80 | F2 | 7A | 2F | 0 | 32 | 5 | 75 | 52 | 47 |
| Octal | 200 | 362 | 172 | 57 | 0 | 62 | 5 | 165 | 122 | 107 |
| Binary | 10000000 | 11110010 | 1111010 | 101111 | 0 | 110010 | 101 | 1110101 | 1010010 | 1000111 |
Color Harmonies of #80F27A
Complementary color
Monochromatic Colors of #80F27A
Black with #80F27A
Text Example
Text Example
White with #80F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F27A; }
p { color: rgb(128,242,122); }
H1.HeaderClassName
{
color: #80F27A;
}
.AnyTagClassName
{
color: #80F27A;
}
</style>
background-color css
<style>
a { background-color: #80F27A; }
a { background-color: rgb(128,242,122); }
div.DivClassName
{
background-color: #80F27A;
}
.BgClassName
{
background-color: #80F27A;
}
</style>
border-color css
<style>
span { border-color: #80F27A; }
span { border-color: rgb(128,242,122); }
td.TdClassName
{
border-color: #80F27A;
}
.TagClassName
{
border-color: #80F27A;
}
</style>