Shades of Pastel Green #80F06D
Tints of Pastel Green #80F06D
RGB
CMYK
RGB Variations
Color information
#80F06D (or 0x80F06D) is known color: Pastel Green. HEX triplet: 80, F0 and 6D. RGB value is (128,240,109). Sum of RGB (Red+Green+Blue) = 128+240+109=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #80F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F06D is #7F0F92. Grayscale: #BFBFBF. Windows color (decimal): -8327059 or 7204992. OLE color: 7204992.
HSL color Cylindrical-coordinate representation of color #80F06D: hue angle of 111.3º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80F06D is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 109 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.06 |
| HSL | 111.3º | 0.81% | 0.68% | - |
| HSV(B) | 111.3º | 0.55% | 0.94% | - |
| XYZ | 42.82 | 68.01 | 25.34 | - |
| YUV | 191.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 109 | 0.47 | 0 | 0.55 | 0.06 | 111.3 | 0.81 | 0.68 |
| Hex | 80 | F0 | 6D | 2F | 0 | 37 | 6 | 6F | 51 | 44 |
| Octal | 200 | 360 | 155 | 57 | 0 | 67 | 6 | 157 | 121 | 104 |
| Binary | 10000000 | 11110000 | 1101101 | 101111 | 0 | 110111 | 110 | 1101111 | 1010001 | 1000100 |
Color Harmonies of #80F06D
Complementary color
Monochromatic Colors of #80F06D
Black with #80F06D
Text Example
Text Example
White with #80F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F06D; }
p { color: rgb(128,240,109); }
H1.HeaderClassName
{
color: #80F06D;
}
.AnyTagClassName
{
color: #80F06D;
}
</style>
background-color css
<style>
a { background-color: #80F06D; }
a { background-color: rgb(128,240,109); }
div.DivClassName
{
background-color: #80F06D;
}
.BgClassName
{
background-color: #80F06D;
}
</style>
border-color css
<style>
span { border-color: #80F06D; }
span { border-color: rgb(128,240,109); }
td.TdClassName
{
border-color: #80F06D;
}
.TagClassName
{
border-color: #80F06D;
}
</style>