Shades of Light Green #80F983
Tints of Light Green #80F983
RGB
CMYK
RGB Variations
Color information
#80F983 (or 0x80F983) is known color: Light Green. HEX triplet: 80, F9 and 83. RGB value is (128,249,131). Sum of RGB (Red+Green+Blue) = 128+249+131=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #80F983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F983 is #7F067C. Grayscale: #C7C7C7. Windows color (decimal): -8324733 or 8649088. OLE color: 8649088.
HSL color Cylindrical-coordinate representation of color #80F983: hue angle of 121.49º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F983 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 131 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.02 |
| HSL | 121.49º | 0.91% | 0.74% | - |
| HSV(B) | 121.49º | 0.49% | 0.98% | - |
| XYZ | 46.87 | 73.98 | 33.28 | - |
| YUV | 199.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 131 | 0.49 | 0 | 0.47 | 0.02 | 121.49 | 0.91 | 0.74 |
| Hex | 80 | F9 | 83 | 31 | 0 | 2F | 2 | 79 | 5B | 4A |
| Octal | 200 | 371 | 203 | 61 | 0 | 57 | 2 | 171 | 133 | 112 |
| Binary | 10000000 | 11111001 | 10000011 | 110001 | 0 | 101111 | 10 | 1111001 | 1011011 | 1001010 |
Color Harmonies of #80F983
Complementary color
Monochromatic Colors of #80F983
Black with #80F983
Text Example
Text Example
White with #80F983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F983; }
p { color: rgb(128,249,131); }
H1.HeaderClassName
{
color: #80F983;
}
.AnyTagClassName
{
color: #80F983;
}
</style>
background-color css
<style>
a { background-color: #80F983; }
a { background-color: rgb(128,249,131); }
div.DivClassName
{
background-color: #80F983;
}
.BgClassName
{
background-color: #80F983;
}
</style>
border-color css
<style>
span { border-color: #80F983; }
span { border-color: rgb(128,249,131); }
td.TdClassName
{
border-color: #80F983;
}
.TagClassName
{
border-color: #80F983;
}
</style>