Shades of Light Green #80F086
Tints of Light Green #80F086
RGB
CMYK
RGB Variations
Color information
#80F086 (or 0x80F086) is known color: Light Green. HEX triplet: 80, F0 and 86. RGB value is (128,240,134). Sum of RGB (Red+Green+Blue) = 128+240+134=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #80F086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F086 is #7F0F79. Grayscale: #C2C2C2. Windows color (decimal): -8327034 or 8843392. OLE color: 8843392.
HSL color Cylindrical-coordinate representation of color #80F086: hue angle of 123.21º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F086 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 134 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.06 |
| HSL | 123.21º | 0.79% | 0.72% | - |
| HSV(B) | 123.21º | 0.47% | 0.94% | - |
| XYZ | 44.37 | 68.63 | 33.46 | - |
| YUV | 194.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 134 | 0.47 | 0 | 0.44 | 0.06 | 123.21 | 0.79 | 0.72 |
| Hex | 80 | F0 | 86 | 2F | 0 | 2C | 6 | 7B | 4F | 48 |
| Octal | 200 | 360 | 206 | 57 | 0 | 54 | 6 | 173 | 117 | 110 |
| Binary | 10000000 | 11110000 | 10000110 | 101111 | 0 | 101100 | 110 | 1111011 | 1001111 | 1001000 |
Color Harmonies of #80F086
Complementary color
Monochromatic Colors of #80F086
Black with #80F086
Text Example
Text Example
White with #80F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F086; }
p { color: rgb(128,240,134); }
H1.HeaderClassName
{
color: #80F086;
}
.AnyTagClassName
{
color: #80F086;
}
</style>
background-color css
<style>
a { background-color: #80F086; }
a { background-color: rgb(128,240,134); }
div.DivClassName
{
background-color: #80F086;
}
.BgClassName
{
background-color: #80F086;
}
</style>
border-color css
<style>
span { border-color: #80F086; }
span { border-color: rgb(128,240,134); }
td.TdClassName
{
border-color: #80F086;
}
.TagClassName
{
border-color: #80F086;
}
</style>