Shades of Pastel Green #80E25F
Tints of Pastel Green #80E25F
RGB
CMYK
RGB Variations
Color information
#80E25F (or 0x80E25F) is known color: Pastel Green. HEX triplet: 80, E2 and 5F. RGB value is (128,226,95). Sum of RGB (Red+Green+Blue) = 128+226+95=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #80E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E25F is #7F1DA0. Grayscale: #B6B6B6. Windows color (decimal): -8330657 or 6283904. OLE color: 6283904.
HSL color Cylindrical-coordinate representation of color #80E25F: hue angle of 104.89º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80E25F is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 95 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.11 |
| HSL | 104.89º | 0.69% | 0.63% | - |
| HSV(B) | 104.89º | 0.58% | 0.89% | - |
| XYZ | 38.16 | 59.81 | 20.36 | - |
| YUV | 181.76 | 79.03 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 95 | 0.43 | 0 | 0.58 | 0.11 | 104.89 | 0.69 | 0.63 |
| Hex | 80 | E2 | 5F | 2B | 0 | 3A | B | 69 | 45 | 3F |
| Octal | 200 | 342 | 137 | 53 | 0 | 72 | 13 | 151 | 105 | 77 |
| Binary | 10000000 | 11100010 | 1011111 | 101011 | 0 | 111010 | 1011 | 1101001 | 1000101 | 111111 |
Color Harmonies of #80E25F
Complementary color
Monochromatic Colors of #80E25F
Black with #80E25F
Text Example
Text Example
White with #80E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E25F; }
p { color: rgb(128,226,95); }
H1.HeaderClassName
{
color: #80E25F;
}
.AnyTagClassName
{
color: #80E25F;
}
</style>
background-color css
<style>
a { background-color: #80E25F; }
a { background-color: rgb(128,226,95); }
div.DivClassName
{
background-color: #80E25F;
}
.BgClassName
{
background-color: #80E25F;
}
</style>
border-color css
<style>
span { border-color: #80E25F; }
span { border-color: rgb(128,226,95); }
td.TdClassName
{
border-color: #80E25F;
}
.TagClassName
{
border-color: #80E25F;
}
</style>