Shades of Light Green #80E28A
Tints of Light Green #80E28A
RGB
CMYK
RGB Variations
Color information
#80E28A (or 0x80E28A) is known color: Light Green. HEX triplet: 80, E2 and 8A. RGB value is (128,226,138). Sum of RGB (Red+Green+Blue) = 128+226+138=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #80E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E28A is #7F1D75. Grayscale: #BABABA. Windows color (decimal): -8330614 or 9101952. OLE color: 9101952.
HSL color Cylindrical-coordinate representation of color #80E28A: hue angle of 126.12º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E28A is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 138 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.11 |
| HSL | 126.12º | 0.63% | 0.69% | - |
| HSV(B) | 126.12º | 0.43% | 0.89% | - |
| XYZ | 40.69 | 60.82 | 33.64 | - |
| YUV | 186.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 138 | 0.43 | 0 | 0.39 | 0.11 | 126.12 | 0.63 | 0.69 |
| Hex | 80 | E2 | 8A | 2B | 0 | 27 | B | 7E | 3F | 45 |
| Octal | 200 | 342 | 212 | 53 | 0 | 47 | 13 | 176 | 77 | 105 |
| Binary | 10000000 | 11100010 | 10001010 | 101011 | 0 | 100111 | 1011 | 1111110 | 111111 | 1000101 |
Color Harmonies of #80E28A
Complementary color
Monochromatic Colors of #80E28A
Black with #80E28A
Text Example
Text Example
White with #80E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E28A; }
p { color: rgb(128,226,138); }
H1.HeaderClassName
{
color: #80E28A;
}
.AnyTagClassName
{
color: #80E28A;
}
</style>
background-color css
<style>
a { background-color: #80E28A; }
a { background-color: rgb(128,226,138); }
div.DivClassName
{
background-color: #80E28A;
}
.BgClassName
{
background-color: #80E28A;
}
</style>
border-color css
<style>
span { border-color: #80E28A; }
span { border-color: rgb(128,226,138); }
td.TdClassName
{
border-color: #80E28A;
}
.TagClassName
{
border-color: #80E28A;
}
</style>