Shades of Pastel Green #80F173
Tints of Pastel Green #80F173
RGB
CMYK
RGB Variations
Color information
#80F173 (or 0x80F173) is known color: Pastel Green. HEX triplet: 80, F1 and 73. RGB value is (128,241,115). Sum of RGB (Red+Green+Blue) = 128+241+115=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #80F173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F173 is #7F0E8C. Grayscale: #C1C1C1. Windows color (decimal): -8326797 or 7598464. OLE color: 7598464.
HSL color Cylindrical-coordinate representation of color #80F173: hue angle of 113.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80F173 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 115 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.05 |
| HSL | 113.81º | 0.82% | 0.7% | - |
| HSV(B) | 113.81º | 0.52% | 0.95% | - |
| XYZ | 43.45 | 68.74 | 27.2 | - |
| YUV | 192.85 | 84.06 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 115 | 0.47 | 0 | 0.52 | 0.05 | 113.81 | 0.82 | 0.7 |
| Hex | 80 | F1 | 73 | 2F | 0 | 34 | 5 | 72 | 52 | 46 |
| Octal | 200 | 361 | 163 | 57 | 0 | 64 | 5 | 162 | 122 | 106 |
| Binary | 10000000 | 11110001 | 1110011 | 101111 | 0 | 110100 | 101 | 1110010 | 1010010 | 1000110 |
Color Harmonies of #80F173
Complementary color
Monochromatic Colors of #80F173
Black with #80F173
Text Example
Text Example
White with #80F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F173; }
p { color: rgb(128,241,115); }
H1.HeaderClassName
{
color: #80F173;
}
.AnyTagClassName
{
color: #80F173;
}
</style>
background-color css
<style>
a { background-color: #80F173; }
a { background-color: rgb(128,241,115); }
div.DivClassName
{
background-color: #80F173;
}
.BgClassName
{
background-color: #80F173;
}
</style>
border-color css
<style>
span { border-color: #80F173; }
span { border-color: rgb(128,241,115); }
td.TdClassName
{
border-color: #80F173;
}
.TagClassName
{
border-color: #80F173;
}
</style>