Shades of Pastel Green #80F574
Tints of Pastel Green #80F574
RGB
CMYK
RGB Variations
Color information
#80F574 (or 0x80F574) is known color: Pastel Green. HEX triplet: 80, F5 and 74. RGB value is (128,245,116). Sum of RGB (Red+Green+Blue) = 128+245+116=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #80F574 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F574 is #7F0A8B. Grayscale: #C3C3C3. Windows color (decimal): -8325772 or 7665024. OLE color: 7665024.
HSL color Cylindrical-coordinate representation of color #80F574: hue angle of 114.42º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80F574 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 116 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.04 |
| HSL | 114.42º | 0.87% | 0.71% | - |
| HSV(B) | 114.42º | 0.53% | 0.96% | - |
| XYZ | 44.71 | 71.15 | 27.9 | - |
| YUV | 195.31 | 83.24 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 116 | 0.48 | 0 | 0.53 | 0.04 | 114.42 | 0.87 | 0.71 |
| Hex | 80 | F5 | 74 | 30 | 0 | 35 | 4 | 72 | 57 | 47 |
| Octal | 200 | 365 | 164 | 60 | 0 | 65 | 4 | 162 | 127 | 107 |
| Binary | 10000000 | 11110101 | 1110100 | 110000 | 0 | 110101 | 100 | 1110010 | 1010111 | 1000111 |
Color Harmonies of #80F574
Complementary color
Monochromatic Colors of #80F574
Black with #80F574
Text Example
Text Example
White with #80F574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F574; }
p { color: rgb(128,245,116); }
H1.HeaderClassName
{
color: #80F574;
}
.AnyTagClassName
{
color: #80F574;
}
</style>
background-color css
<style>
a { background-color: #80F574; }
a { background-color: rgb(128,245,116); }
div.DivClassName
{
background-color: #80F574;
}
.BgClassName
{
background-color: #80F574;
}
</style>
border-color css
<style>
span { border-color: #80F574; }
span { border-color: rgb(128,245,116); }
td.TdClassName
{
border-color: #80F574;
}
.TagClassName
{
border-color: #80F574;
}
</style>