Shades of Light Green #8DFB80
Tints of Light Green #8DFB80
RGB
CMYK
RGB Variations
Color information
#8DFB80 (or 0x8DFB80) is known color: Light Green. HEX triplet: 8D, FB and 80. RGB value is (141,251,128). Sum of RGB (Red+Green+Blue) = 141+251+128=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFB80 is #72047F. Grayscale: #CCCCCC. Windows color (decimal): -7472256 or 8453005. OLE color: 8453005.
HSL color Cylindrical-coordinate representation of color #8DFB80: hue angle of 113.66º degrees, saturation: 0.94, 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 #8DFB80 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 251 | 128 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.02 |
| HSL | 113.66º | 0.94% | 0.74% | - |
| HSV(B) | 113.66º | 0.49% | 0.98% | - |
| XYZ | 49.38 | 76.22 | 32.53 | - |
| YUV | 204.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 251 | 128 | 0.44 | 0 | 0.49 | 0.02 | 113.66 | 0.94 | 0.74 |
| Hex | 8D | FB | 80 | 2C | 0 | 31 | 2 | 72 | 5E | 4A |
| Octal | 215 | 373 | 200 | 54 | 0 | 61 | 2 | 162 | 136 | 112 |
| Binary | 10001101 | 11111011 | 10000000 | 101100 | 0 | 110001 | 10 | 1110010 | 1011110 | 1001010 |
Color Harmonies of #8DFB80
Complementary color
Monochromatic Colors of #8DFB80
Black with #8DFB80
Text Example
Text Example
White with #8DFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFB80; }
p { color: rgb(141,251,128); }
H1.HeaderClassName
{
color: #8DFB80;
}
.AnyTagClassName
{
color: #8DFB80;
}
</style>
background-color css
<style>
a { background-color: #8DFB80; }
a { background-color: rgb(141,251,128); }
div.DivClassName
{
background-color: #8DFB80;
}
.BgClassName
{
background-color: #8DFB80;
}
</style>
border-color css
<style>
span { border-color: #8DFB80; }
span { border-color: rgb(141,251,128); }
td.TdClassName
{
border-color: #8DFB80;
}
.TagClassName
{
border-color: #8DFB80;
}
</style>