Shades of Light Green #8DFC80
Tints of Light Green #8DFC80
RGB
CMYK
RGB Variations
Color information
#8DFC80 (or 0x8DFC80) is known color: Light Green. HEX triplet: 8D, FC and 80. RGB value is (141,252,128). Sum of RGB (Red+Green+Blue) = 141+252+128=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFC80 is #72037F. Grayscale: #CDCDCD. Windows color (decimal): -7472000 or 8453261. OLE color: 8453261.
HSL color Cylindrical-coordinate representation of color #8DFC80: hue angle of 113.71º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DFC80 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 252 | 128 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.01 |
| HSL | 113.71º | 0.95% | 0.75% | - |
| HSV(B) | 113.71º | 0.49% | 0.99% | - |
| XYZ | 49.69 | 76.84 | 32.64 | - |
| YUV | 204.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 252 | 128 | 0.44 | 0 | 0.49 | 0.01 | 113.71 | 0.95 | 0.75 |
| Hex | 8D | FC | 80 | 2C | 0 | 31 | 1 | 72 | 5F | 4B |
| Octal | 215 | 374 | 200 | 54 | 0 | 61 | 1 | 162 | 137 | 113 |
| Binary | 10001101 | 11111100 | 10000000 | 101100 | 0 | 110001 | 1 | 1110010 | 1011111 | 1001011 |
Color Harmonies of #8DFC80
Complementary color
Monochromatic Colors of #8DFC80
Black with #8DFC80
Text Example
Text Example
White with #8DFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFC80; }
p { color: rgb(141,252,128); }
H1.HeaderClassName
{
color: #8DFC80;
}
.AnyTagClassName
{
color: #8DFC80;
}
</style>
background-color css
<style>
a { background-color: #8DFC80; }
a { background-color: rgb(141,252,128); }
div.DivClassName
{
background-color: #8DFC80;
}
.BgClassName
{
background-color: #8DFC80;
}
</style>
border-color css
<style>
span { border-color: #8DFC80; }
span { border-color: rgb(141,252,128); }
td.TdClassName
{
border-color: #8DFC80;
}
.TagClassName
{
border-color: #8DFC80;
}
</style>