Shades of Light Green #80E690
Tints of Light Green #80E690
RGB
CMYK
RGB Variations
Color information
#80E690 (or 0x80E690) is known color: Light Green. HEX triplet: 80, E6 and 90. RGB value is (128,230,144). Sum of RGB (Red+Green+Blue) = 128+230+144=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #80E690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E690 is #7F196F. Grayscale: #BDBDBD. Windows color (decimal): -8329584 or 9496192. OLE color: 9496192.
HSL color Cylindrical-coordinate representation of color #80E690: hue angle of 129.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E690 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 144 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.10 |
| HSL | 129.41º | 0.67% | 0.7% | - |
| HSV(B) | 129.41º | 0.44% | 0.9% | - |
| XYZ | 42.23 | 63.2 | 36.36 | - |
| YUV | 189.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 144 | 0.44 | 0 | 0.37 | 0.10 | 129.41 | 0.67 | 0.7 |
| Hex | 80 | E6 | 90 | 2C | 0 | 25 | A | 81 | 43 | 46 |
| Octal | 200 | 346 | 220 | 54 | 0 | 45 | 12 | 201 | 103 | 106 |
| Binary | 10000000 | 11100110 | 10010000 | 101100 | 0 | 100101 | 1010 | 10000001 | 1000011 | 1000110 |
Color Harmonies of #80E690
Complementary color
Monochromatic Colors of #80E690
Black with #80E690
Text Example
Text Example
White with #80E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E690; }
p { color: rgb(128,230,144); }
H1.HeaderClassName
{
color: #80E690;
}
.AnyTagClassName
{
color: #80E690;
}
</style>
background-color css
<style>
a { background-color: #80E690; }
a { background-color: rgb(128,230,144); }
div.DivClassName
{
background-color: #80E690;
}
.BgClassName
{
background-color: #80E690;
}
</style>
border-color css
<style>
span { border-color: #80E690; }
span { border-color: rgb(128,230,144); }
td.TdClassName
{
border-color: #80E690;
}
.TagClassName
{
border-color: #80E690;
}
</style>