Shades of Pastel Green #80F17C
Tints of Pastel Green #80F17C
RGB
CMYK
RGB Variations
Color information
#80F17C (or 0x80F17C) is known color: Pastel Green. HEX triplet: 80, F1 and 7C. RGB value is (128,241,124). Sum of RGB (Red+Green+Blue) = 128+241+124=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #80F17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F17C is #7F0E83. Grayscale: #C2C2C2. Windows color (decimal): -8326788 or 8188288. OLE color: 8188288.
HSL color Cylindrical-coordinate representation of color #80F17C: hue angle of 117.95º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F17C is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 124 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.05 |
| HSL | 117.95º | 0.81% | 0.72% | - |
| HSV(B) | 117.95º | 0.49% | 0.95% | - |
| XYZ | 44 | 68.96 | 30.06 | - |
| YUV | 193.88 | 88.56 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 124 | 0.47 | 0 | 0.49 | 0.05 | 117.95 | 0.81 | 0.72 |
| Hex | 80 | F1 | 7C | 2F | 0 | 31 | 5 | 76 | 51 | 48 |
| Octal | 200 | 361 | 174 | 57 | 0 | 61 | 5 | 166 | 121 | 110 |
| Binary | 10000000 | 11110001 | 1111100 | 101111 | 0 | 110001 | 101 | 1110110 | 1010001 | 1001000 |
Color Harmonies of #80F17C
Complementary color
Monochromatic Colors of #80F17C
Black with #80F17C
Text Example
Text Example
White with #80F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F17C; }
p { color: rgb(128,241,124); }
H1.HeaderClassName
{
color: #80F17C;
}
.AnyTagClassName
{
color: #80F17C;
}
</style>
background-color css
<style>
a { background-color: #80F17C; }
a { background-color: rgb(128,241,124); }
div.DivClassName
{
background-color: #80F17C;
}
.BgClassName
{
background-color: #80F17C;
}
</style>
border-color css
<style>
span { border-color: #80F17C; }
span { border-color: rgb(128,241,124); }
td.TdClassName
{
border-color: #80F17C;
}
.TagClassName
{
border-color: #80F17C;
}
</style>