Shades of Pastel Green #80E075
Tints of Pastel Green #80E075
RGB
CMYK
RGB Variations
Color information
#80E075 (or 0x80E075) is known color: Pastel Green. HEX triplet: 80, E0 and 75. RGB value is (128,224,117). Sum of RGB (Red+Green+Blue) = 128+224+117=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #80E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E075 is #7F1F8A. Grayscale: #B7B7B7. Windows color (decimal): -8331147 or 7725184. OLE color: 7725184.
HSL color Cylindrical-coordinate representation of color #80E075: hue angle of 113.83º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80E075 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 117 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.12 |
| HSL | 113.83º | 0.63% | 0.67% | - |
| HSV(B) | 113.83º | 0.48% | 0.88% | - |
| XYZ | 38.77 | 59.18 | 26.21 | - |
| YUV | 183.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 117 | 0.43 | 0 | 0.48 | 0.12 | 113.83 | 0.63 | 0.67 |
| Hex | 80 | E0 | 75 | 2B | 0 | 30 | C | 72 | 3F | 43 |
| Octal | 200 | 340 | 165 | 53 | 0 | 60 | 14 | 162 | 77 | 103 |
| Binary | 10000000 | 11100000 | 1110101 | 101011 | 0 | 110000 | 1100 | 1110010 | 111111 | 1000011 |
Color Harmonies of #80E075
Complementary color
Monochromatic Colors of #80E075
Black with #80E075
Text Example
Text Example
White with #80E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E075; }
p { color: rgb(128,224,117); }
H1.HeaderClassName
{
color: #80E075;
}
.AnyTagClassName
{
color: #80E075;
}
</style>
background-color css
<style>
a { background-color: #80E075; }
a { background-color: rgb(128,224,117); }
div.DivClassName
{
background-color: #80E075;
}
.BgClassName
{
background-color: #80E075;
}
</style>
border-color css
<style>
span { border-color: #80E075; }
span { border-color: rgb(128,224,117); }
td.TdClassName
{
border-color: #80E075;
}
.TagClassName
{
border-color: #80E075;
}
</style>