Shades of Pastel Green #80F17B
Tints of Pastel Green #80F17B
RGB
CMYK
RGB Variations
Color information
#80F17B (or 0x80F17B) is known color: Pastel Green. HEX triplet: 80, F1 and 7B. RGB value is (128,241,123). Sum of RGB (Red+Green+Blue) = 128+241+123=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #80F17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F17B is #7F0E84. Grayscale: #C2C2C2. Windows color (decimal): -8326789 or 8122752. OLE color: 8122752.
HSL color Cylindrical-coordinate representation of color #80F17B: hue angle of 117.46º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F17B is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 123 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.05 |
| HSL | 117.46º | 0.81% | 0.71% | - |
| HSV(B) | 117.46º | 0.49% | 0.95% | - |
| XYZ | 43.93 | 68.93 | 29.73 | - |
| YUV | 193.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 123 | 0.47 | 0 | 0.49 | 0.05 | 117.46 | 0.81 | 0.71 |
| Hex | 80 | F1 | 7B | 2F | 0 | 31 | 5 | 75 | 51 | 47 |
| Octal | 200 | 361 | 173 | 57 | 0 | 61 | 5 | 165 | 121 | 107 |
| Binary | 10000000 | 11110001 | 1111011 | 101111 | 0 | 110001 | 101 | 1110101 | 1010001 | 1000111 |
Color Harmonies of #80F17B
Complementary color
Monochromatic Colors of #80F17B
Black with #80F17B
Text Example
Text Example
White with #80F17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F17B; }
p { color: rgb(128,241,123); }
H1.HeaderClassName
{
color: #80F17B;
}
.AnyTagClassName
{
color: #80F17B;
}
</style>
background-color css
<style>
a { background-color: #80F17B; }
a { background-color: rgb(128,241,123); }
div.DivClassName
{
background-color: #80F17B;
}
.BgClassName
{
background-color: #80F17B;
}
</style>
border-color css
<style>
span { border-color: #80F17B; }
span { border-color: rgb(128,241,123); }
td.TdClassName
{
border-color: #80F17B;
}
.TagClassName
{
border-color: #80F17B;
}
</style>