Shades of Light Green #80E397
Tints of Light Green #80E397
RGB
CMYK
RGB Variations
Color information
#80E397 (or 0x80E397) is known color: Light Green. HEX triplet: 80, E3 and 97. RGB value is (128,227,151). Sum of RGB (Red+Green+Blue) = 128+227+151=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #80E397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E397 is #7F1C68. Grayscale: #BCBCBC. Windows color (decimal): -8330345 or 9954176. OLE color: 9954176.
HSL color Cylindrical-coordinate representation of color #80E397: hue angle of 133.94º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E397 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 151 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.11 |
| HSL | 133.94º | 0.64% | 0.7% | - |
| HSV(B) | 133.94º | 0.44% | 0.89% | - |
| XYZ | 41.96 | 61.76 | 38.99 | - |
| YUV | 188.74 | 106.7 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 151 | 0.44 | 0 | 0.33 | 0.11 | 133.94 | 0.64 | 0.7 |
| Hex | 80 | E3 | 97 | 2C | 0 | 21 | B | 86 | 40 | 46 |
| Octal | 200 | 343 | 227 | 54 | 0 | 41 | 13 | 206 | 100 | 106 |
| Binary | 10000000 | 11100011 | 10010111 | 101100 | 0 | 100001 | 1011 | 10000110 | 1000000 | 1000110 |
Color Harmonies of #80E397
Complementary color
Monochromatic Colors of #80E397
Black with #80E397
Text Example
Text Example
White with #80E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E397; }
p { color: rgb(128,227,151); }
H1.HeaderClassName
{
color: #80E397;
}
.AnyTagClassName
{
color: #80E397;
}
</style>
background-color css
<style>
a { background-color: #80E397; }
a { background-color: rgb(128,227,151); }
div.DivClassName
{
background-color: #80E397;
}
.BgClassName
{
background-color: #80E397;
}
</style>
border-color css
<style>
span { border-color: #80E397; }
span { border-color: rgb(128,227,151); }
td.TdClassName
{
border-color: #80E397;
}
.TagClassName
{
border-color: #80E397;
}
</style>