Shades of Pastel Green #80F069
Tints of Pastel Green #80F069
RGB
CMYK
RGB Variations
Color information
#80F069 (or 0x80F069) is known color: Pastel Green. HEX triplet: 80, F0 and 69. RGB value is (128,240,105). Sum of RGB (Red+Green+Blue) = 128+240+105=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #80F069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F069 is #7F0F96. Grayscale: #BFBFBF. Windows color (decimal): -8327063 or 6942848. OLE color: 6942848.
HSL color Cylindrical-coordinate representation of color #80F069: hue angle of 109.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80F069 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 105 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.06 |
| HSL | 109.78º | 0.82% | 0.68% | - |
| HSV(B) | 109.78º | 0.56% | 0.94% | - |
| XYZ | 42.61 | 67.93 | 24.23 | - |
| YUV | 191.12 | 79.39 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 105 | 0.47 | 0 | 0.56 | 0.06 | 109.78 | 0.82 | 0.68 |
| Hex | 80 | F0 | 69 | 2F | 0 | 38 | 6 | 6E | 52 | 44 |
| Octal | 200 | 360 | 151 | 57 | 0 | 70 | 6 | 156 | 122 | 104 |
| Binary | 10000000 | 11110000 | 1101001 | 101111 | 0 | 111000 | 110 | 1101110 | 1010010 | 1000100 |
Color Harmonies of #80F069
Complementary color
Monochromatic Colors of #80F069
Black with #80F069
Text Example
Text Example
White with #80F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F069; }
p { color: rgb(128,240,105); }
H1.HeaderClassName
{
color: #80F069;
}
.AnyTagClassName
{
color: #80F069;
}
</style>
background-color css
<style>
a { background-color: #80F069; }
a { background-color: rgb(128,240,105); }
div.DivClassName
{
background-color: #80F069;
}
.BgClassName
{
background-color: #80F069;
}
</style>
border-color css
<style>
span { border-color: #80F069; }
span { border-color: rgb(128,240,105); }
td.TdClassName
{
border-color: #80F069;
}
.TagClassName
{
border-color: #80F069;
}
</style>