Shades of Light Green #80F78E
Tints of Light Green #80F78E
RGB
CMYK
RGB Variations
Color information
#80F78E (or 0x80F78E) is known color: Light Green. HEX triplet: 80, F7 and 8E. RGB value is (128,247,142). Sum of RGB (Red+Green+Blue) = 128+247+142=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #80F78E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F78E is #7F0871. Grayscale: #C7C7C7. Windows color (decimal): -8325234 or 9369472. OLE color: 9369472.
HSL color Cylindrical-coordinate representation of color #80F78E: hue angle of 127.06º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F78E is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 142 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.03 |
| HSL | 127.06º | 0.88% | 0.74% | - |
| HSV(B) | 127.06º | 0.48% | 0.97% | - |
| XYZ | 47.05 | 73.06 | 37.21 | - |
| YUV | 199.45 | 95.58 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 142 | 0.48 | 0 | 0.43 | 0.03 | 127.06 | 0.88 | 0.74 |
| Hex | 80 | F7 | 8E | 30 | 0 | 2B | 3 | 7F | 58 | 4A |
| Octal | 200 | 367 | 216 | 60 | 0 | 53 | 3 | 177 | 130 | 112 |
| Binary | 10000000 | 11110111 | 10001110 | 110000 | 0 | 101011 | 11 | 1111111 | 1011000 | 1001010 |
Color Harmonies of #80F78E
Complementary color
Monochromatic Colors of #80F78E
Black with #80F78E
Text Example
Text Example
White with #80F78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F78E; }
p { color: rgb(128,247,142); }
H1.HeaderClassName
{
color: #80F78E;
}
.AnyTagClassName
{
color: #80F78E;
}
</style>
background-color css
<style>
a { background-color: #80F78E; }
a { background-color: rgb(128,247,142); }
div.DivClassName
{
background-color: #80F78E;
}
.BgClassName
{
background-color: #80F78E;
}
</style>
border-color css
<style>
span { border-color: #80F78E; }
span { border-color: rgb(128,247,142); }
td.TdClassName
{
border-color: #80F78E;
}
.TagClassName
{
border-color: #80F78E;
}
</style>