Shades of Pastel Green #80F573
Tints of Pastel Green #80F573
RGB
CMYK
RGB Variations
Color information
#80F573 (or 0x80F573) is known color: Pastel Green. HEX triplet: 80, F5 and 73. RGB value is (128,245,115). Sum of RGB (Red+Green+Blue) = 128+245+115=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #80F573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F573 is #7F0A8C. Grayscale: #C3C3C3. Windows color (decimal): -8325773 or 7599488. OLE color: 7599488.
HSL color Cylindrical-coordinate representation of color #80F573: hue angle of 114º 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 #80F573 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 115 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.04 |
| HSL | 114º | 0.87% | 0.71% | - |
| HSV(B) | 114º | 0.53% | 0.96% | - |
| XYZ | 44.65 | 71.13 | 27.6 | - |
| YUV | 195.2 | 82.74 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 115 | 0.48 | 0 | 0.53 | 0.04 | 114 | 0.87 | 0.71 |
| Hex | 80 | F5 | 73 | 30 | 0 | 35 | 4 | 72 | 57 | 47 |
| Octal | 200 | 365 | 163 | 60 | 0 | 65 | 4 | 162 | 127 | 107 |
| Binary | 10000000 | 11110101 | 1110011 | 110000 | 0 | 110101 | 100 | 1110010 | 1010111 | 1000111 |
Color Harmonies of #80F573
Complementary color
Monochromatic Colors of #80F573
Black with #80F573
Text Example
Text Example
White with #80F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F573; }
p { color: rgb(128,245,115); }
H1.HeaderClassName
{
color: #80F573;
}
.AnyTagClassName
{
color: #80F573;
}
</style>
background-color css
<style>
a { background-color: #80F573; }
a { background-color: rgb(128,245,115); }
div.DivClassName
{
background-color: #80F573;
}
.BgClassName
{
background-color: #80F573;
}
</style>
border-color css
<style>
span { border-color: #80F573; }
span { border-color: rgb(128,245,115); }
td.TdClassName
{
border-color: #80F573;
}
.TagClassName
{
border-color: #80F573;
}
</style>