Shades of Light Green #8DF076
Tints of Light Green #8DF076
RGB
CMYK
RGB Variations
Color information
#8DF076 (or 0x8DF076) is known color: Light Green. HEX triplet: 8D, F0 and 76. RGB value is (141,240,118). Sum of RGB (Red+Green+Blue) = 141+240+118=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF076 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF076 is #720F89. Grayscale: #C4C4C4. Windows color (decimal): -7475082 or 7794829. OLE color: 7794829.
HSL color Cylindrical-coordinate representation of color #8DF076: hue angle of 108.69º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DF076 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 118 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.06 |
| HSL | 108.69º | 0.8% | 0.7% | - |
| HSV(B) | 108.69º | 0.51% | 0.94% | - |
| XYZ | 45.41 | 69.29 | 28.12 | - |
| YUV | 196.49 | 83.7 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 118 | 0.41 | 0 | 0.51 | 0.06 | 108.69 | 0.8 | 0.7 |
| Hex | 8D | F0 | 76 | 29 | 0 | 33 | 6 | 6D | 50 | 46 |
| Octal | 215 | 360 | 166 | 51 | 0 | 63 | 6 | 155 | 120 | 106 |
| Binary | 10001101 | 11110000 | 1110110 | 101001 | 0 | 110011 | 110 | 1101101 | 1010000 | 1000110 |
Color Harmonies of #8DF076
Complementary color
Monochromatic Colors of #8DF076
Black with #8DF076
Text Example
Text Example
White with #8DF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF076; }
p { color: rgb(141,240,118); }
H1.HeaderClassName
{
color: #8DF076;
}
.AnyTagClassName
{
color: #8DF076;
}
</style>
background-color css
<style>
a { background-color: #8DF076; }
a { background-color: rgb(141,240,118); }
div.DivClassName
{
background-color: #8DF076;
}
.BgClassName
{
background-color: #8DF076;
}
</style>
border-color css
<style>
span { border-color: #8DF076; }
span { border-color: rgb(141,240,118); }
td.TdClassName
{
border-color: #8DF076;
}
.TagClassName
{
border-color: #8DF076;
}
</style>