Shades of Light Green #80E792
Tints of Light Green #80E792
RGB
CMYK
RGB Variations
Color information
#80E792 (or 0x80E792) is known color: Light Green. HEX triplet: 80, E7 and 92. RGB value is (128,231,146). Sum of RGB (Red+Green+Blue) = 128+231+146=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #80E792 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E792 is #7F186D. Grayscale: #BEBEBE. Windows color (decimal): -8329326 or 9627520. OLE color: 9627520.
HSL color Cylindrical-coordinate representation of color #80E792: hue angle of 130.49º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E792 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 146 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.09 |
| HSL | 130.49º | 0.68% | 0.7% | - |
| HSV(B) | 130.49º | 0.45% | 0.91% | - |
| XYZ | 42.67 | 63.82 | 37.26 | - |
| YUV | 190.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 146 | 0.45 | 0 | 0.37 | 0.09 | 130.49 | 0.68 | 0.7 |
| Hex | 80 | E7 | 92 | 2D | 0 | 25 | 9 | 82 | 44 | 46 |
| Octal | 200 | 347 | 222 | 55 | 0 | 45 | 11 | 202 | 104 | 106 |
| Binary | 10000000 | 11100111 | 10010010 | 101101 | 0 | 100101 | 1001 | 10000010 | 1000100 | 1000110 |
Color Harmonies of #80E792
Complementary color
Monochromatic Colors of #80E792
Black with #80E792
Text Example
Text Example
White with #80E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E792; }
p { color: rgb(128,231,146); }
H1.HeaderClassName
{
color: #80E792;
}
.AnyTagClassName
{
color: #80E792;
}
</style>
background-color css
<style>
a { background-color: #80E792; }
a { background-color: rgb(128,231,146); }
div.DivClassName
{
background-color: #80E792;
}
.BgClassName
{
background-color: #80E792;
}
</style>
border-color css
<style>
span { border-color: #80E792; }
span { border-color: rgb(128,231,146); }
td.TdClassName
{
border-color: #80E792;
}
.TagClassName
{
border-color: #80E792;
}
</style>