Shades of Pastel Green #80F06C
Tints of Pastel Green #80F06C
RGB
CMYK
RGB Variations
Color information
#80F06C (or 0x80F06C) is known color: Pastel Green. HEX triplet: 80, F0 and 6C. RGB value is (128,240,108). Sum of RGB (Red+Green+Blue) = 128+240+108=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #80F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F06C is #7F0F93. Grayscale: #BFBFBF. Windows color (decimal): -8327060 or 7139456. OLE color: 7139456.
HSL color Cylindrical-coordinate representation of color #80F06C: hue angle of 110.91º 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 #80F06C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 108 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.06 |
| HSL | 110.91º | 0.81% | 0.68% | - |
| HSV(B) | 110.91º | 0.55% | 0.94% | - |
| XYZ | 42.77 | 67.99 | 25.06 | - |
| YUV | 191.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 108 | 0.47 | 0 | 0.55 | 0.06 | 110.91 | 0.81 | 0.68 |
| Hex | 80 | F0 | 6C | 2F | 0 | 37 | 6 | 6F | 51 | 44 |
| Octal | 200 | 360 | 154 | 57 | 0 | 67 | 6 | 157 | 121 | 104 |
| Binary | 10000000 | 11110000 | 1101100 | 101111 | 0 | 110111 | 110 | 1101111 | 1010001 | 1000100 |
Color Harmonies of #80F06C
Complementary color
Monochromatic Colors of #80F06C
Black with #80F06C
Text Example
Text Example
White with #80F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F06C; }
p { color: rgb(128,240,108); }
H1.HeaderClassName
{
color: #80F06C;
}
.AnyTagClassName
{
color: #80F06C;
}
</style>
background-color css
<style>
a { background-color: #80F06C; }
a { background-color: rgb(128,240,108); }
div.DivClassName
{
background-color: #80F06C;
}
.BgClassName
{
background-color: #80F06C;
}
</style>
border-color css
<style>
span { border-color: #80F06C; }
span { border-color: rgb(128,240,108); }
td.TdClassName
{
border-color: #80F06C;
}
.TagClassName
{
border-color: #80F06C;
}
</style>