Shades of Pastel Green #80F074
Tints of Pastel Green #80F074
RGB
CMYK
RGB Variations
Color information
#80F074 (or 0x80F074) is known color: Pastel Green. HEX triplet: 80, F0 and 74. RGB value is (128,240,116). Sum of RGB (Red+Green+Blue) = 128+240+116=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #80F074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F074 is #7F0F8B. Grayscale: #C0C0C0. Windows color (decimal): -8327052 or 7663744. OLE color: 7663744.
HSL color Cylindrical-coordinate representation of color #80F074: hue angle of 114.19º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80F074 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 116 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.06 |
| HSL | 114.19º | 0.81% | 0.7% | - |
| HSV(B) | 114.19º | 0.52% | 0.94% | - |
| XYZ | 43.21 | 68.17 | 27.4 | - |
| YUV | 192.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 116 | 0.47 | 0 | 0.52 | 0.06 | 114.19 | 0.81 | 0.7 |
| Hex | 80 | F0 | 74 | 2F | 0 | 34 | 6 | 72 | 51 | 46 |
| Octal | 200 | 360 | 164 | 57 | 0 | 64 | 6 | 162 | 121 | 106 |
| Binary | 10000000 | 11110000 | 1110100 | 101111 | 0 | 110100 | 110 | 1110010 | 1010001 | 1000110 |
Color Harmonies of #80F074
Complementary color
Monochromatic Colors of #80F074
Black with #80F074
Text Example
Text Example
White with #80F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F074; }
p { color: rgb(128,240,116); }
H1.HeaderClassName
{
color: #80F074;
}
.AnyTagClassName
{
color: #80F074;
}
</style>
background-color css
<style>
a { background-color: #80F074; }
a { background-color: rgb(128,240,116); }
div.DivClassName
{
background-color: #80F074;
}
.BgClassName
{
background-color: #80F074;
}
</style>
border-color css
<style>
span { border-color: #80F074; }
span { border-color: rgb(128,240,116); }
td.TdClassName
{
border-color: #80F074;
}
.TagClassName
{
border-color: #80F074;
}
</style>