Shades of Pastel Green #80F476
Tints of Pastel Green #80F476
RGB
CMYK
RGB Variations
Color information
#80F476 (or 0x80F476) is known color: Pastel Green. HEX triplet: 80, F4 and 76. RGB value is (128,244,118). Sum of RGB (Red+Green+Blue) = 128+244+118=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #80F476 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F476 is #7F0B89. Grayscale: #C3C3C3. Windows color (decimal): -8326026 or 7795840. OLE color: 7795840.
HSL color Cylindrical-coordinate representation of color #80F476: hue angle of 115.24º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80F476 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 244 | 118 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.04 |
| HSL | 115.24º | 0.85% | 0.71% | - |
| HSV(B) | 115.24º | 0.52% | 0.96% | - |
| XYZ | 44.52 | 70.6 | 28.42 | - |
| YUV | 194.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 244 | 118 | 0.48 | 0 | 0.52 | 0.04 | 115.24 | 0.85 | 0.71 |
| Hex | 80 | F4 | 76 | 30 | 0 | 34 | 4 | 73 | 55 | 47 |
| Octal | 200 | 364 | 166 | 60 | 0 | 64 | 4 | 163 | 125 | 107 |
| Binary | 10000000 | 11110100 | 1110110 | 110000 | 0 | 110100 | 100 | 1110011 | 1010101 | 1000111 |
Color Harmonies of #80F476
Complementary color
Monochromatic Colors of #80F476
Black with #80F476
Text Example
Text Example
White with #80F476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F476; }
p { color: rgb(128,244,118); }
H1.HeaderClassName
{
color: #80F476;
}
.AnyTagClassName
{
color: #80F476;
}
</style>
background-color css
<style>
a { background-color: #80F476; }
a { background-color: rgb(128,244,118); }
div.DivClassName
{
background-color: #80F476;
}
.BgClassName
{
background-color: #80F476;
}
</style>
border-color css
<style>
span { border-color: #80F476; }
span { border-color: rgb(128,244,118); }
td.TdClassName
{
border-color: #80F476;
}
.TagClassName
{
border-color: #80F476;
}
</style>