Shades of Pastel Green #80F17F
Tints of Pastel Green #80F17F
RGB
CMYK
RGB Variations
Color information
#80F17F (or 0x80F17F) is known color: Pastel Green. HEX triplet: 80, F1 and 7F. RGB value is (128,241,127). Sum of RGB (Red+Green+Blue) = 128+241+127=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #80F17F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F17F is #7F0E80. Grayscale: #C2C2C2. Windows color (decimal): -8326785 or 8384896. OLE color: 8384896.
HSL color Cylindrical-coordinate representation of color #80F17F: hue angle of 119.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F17F is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 127 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.05 |
| HSL | 119.47º | 0.8% | 0.72% | - |
| HSV(B) | 119.47º | 0.47% | 0.95% | - |
| XYZ | 44.19 | 69.03 | 31.07 | - |
| YUV | 194.22 | 90.06 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 127 | 0.47 | 0 | 0.47 | 0.05 | 119.47 | 0.8 | 0.72 |
| Hex | 80 | F1 | 7F | 2F | 0 | 2F | 5 | 77 | 50 | 48 |
| Octal | 200 | 361 | 177 | 57 | 0 | 57 | 5 | 167 | 120 | 110 |
| Binary | 10000000 | 11110001 | 1111111 | 101111 | 0 | 101111 | 101 | 1110111 | 1010000 | 1001000 |
Color Harmonies of #80F17F
Complementary color
Monochromatic Colors of #80F17F
Black with #80F17F
Text Example
Text Example
White with #80F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F17F; }
p { color: rgb(128,241,127); }
H1.HeaderClassName
{
color: #80F17F;
}
.AnyTagClassName
{
color: #80F17F;
}
</style>
background-color css
<style>
a { background-color: #80F17F; }
a { background-color: rgb(128,241,127); }
div.DivClassName
{
background-color: #80F17F;
}
.BgClassName
{
background-color: #80F17F;
}
</style>
border-color css
<style>
span { border-color: #80F17F; }
span { border-color: rgb(128,241,127); }
td.TdClassName
{
border-color: #80F17F;
}
.TagClassName
{
border-color: #80F17F;
}
</style>