Shades of Light Green #80E398
Tints of Light Green #80E398
RGB
CMYK
RGB Variations
Color information
#80E398 (or 0x80E398) is known color: Light Green. HEX triplet: 80, E3 and 98. RGB value is (128,227,152). Sum of RGB (Red+Green+Blue) = 128+227+152=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #80E398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E398 is #7F1C67. Grayscale: #BDBDBD. Windows color (decimal): -8330344 or 10019712. OLE color: 10019712.
HSL color Cylindrical-coordinate representation of color #80E398: hue angle of 134.55º 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 #80E398 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 152 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.11 |
| HSL | 134.55º | 0.64% | 0.7% | - |
| HSV(B) | 134.55º | 0.44% | 0.89% | - |
| XYZ | 42.04 | 61.79 | 39.42 | - |
| YUV | 188.85 | 107.2 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 152 | 0.44 | 0 | 0.33 | 0.11 | 134.55 | 0.64 | 0.7 |
| Hex | 80 | E3 | 98 | 2C | 0 | 21 | B | 87 | 40 | 46 |
| Octal | 200 | 343 | 230 | 54 | 0 | 41 | 13 | 207 | 100 | 106 |
| Binary | 10000000 | 11100011 | 10011000 | 101100 | 0 | 100001 | 1011 | 10000111 | 1000000 | 1000110 |
Color Harmonies of #80E398
Complementary color
Monochromatic Colors of #80E398
Black with #80E398
Text Example
Text Example
White with #80E398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E398; }
p { color: rgb(128,227,152); }
H1.HeaderClassName
{
color: #80E398;
}
.AnyTagClassName
{
color: #80E398;
}
</style>
background-color css
<style>
a { background-color: #80E398; }
a { background-color: rgb(128,227,152); }
div.DivClassName
{
background-color: #80E398;
}
.BgClassName
{
background-color: #80E398;
}
</style>
border-color css
<style>
span { border-color: #80E398; }
span { border-color: rgb(128,227,152); }
td.TdClassName
{
border-color: #80E398;
}
.TagClassName
{
border-color: #80E398;
}
</style>