Shades of Light Green #80F284
Tints of Light Green #80F284
RGB
CMYK
RGB Variations
Color information
#80F284 (or 0x80F284) is known color: Light Green. HEX triplet: 80, F2 and 84. RGB value is (128,242,132). Sum of RGB (Red+Green+Blue) = 128+242+132=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #80F284 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F284 is #7F0D7B. Grayscale: #C3C3C3. Windows color (decimal): -8326524 or 8712832. OLE color: 8712832.
HSL color Cylindrical-coordinate representation of color #80F284: hue angle of 122.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F284 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 132 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.05 |
| HSL | 122.11º | 0.81% | 0.73% | - |
| HSV(B) | 122.11º | 0.47% | 0.95% | - |
| XYZ | 44.82 | 69.76 | 32.93 | - |
| YUV | 195.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 132 | 0.47 | 0 | 0.45 | 0.05 | 122.11 | 0.81 | 0.73 |
| Hex | 80 | F2 | 84 | 2F | 0 | 2D | 5 | 7A | 51 | 49 |
| Octal | 200 | 362 | 204 | 57 | 0 | 55 | 5 | 172 | 121 | 111 |
| Binary | 10000000 | 11110010 | 10000100 | 101111 | 0 | 101101 | 101 | 1111010 | 1010001 | 1001001 |
Color Harmonies of #80F284
Complementary color
Monochromatic Colors of #80F284
Black with #80F284
Text Example
Text Example
White with #80F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F284; }
p { color: rgb(128,242,132); }
H1.HeaderClassName
{
color: #80F284;
}
.AnyTagClassName
{
color: #80F284;
}
</style>
background-color css
<style>
a { background-color: #80F284; }
a { background-color: rgb(128,242,132); }
div.DivClassName
{
background-color: #80F284;
}
.BgClassName
{
background-color: #80F284;
}
</style>
border-color css
<style>
span { border-color: #80F284; }
span { border-color: rgb(128,242,132); }
td.TdClassName
{
border-color: #80F284;
}
.TagClassName
{
border-color: #80F284;
}
</style>