Shades of Light Green #8DF074
Tints of Light Green #8DF074
RGB
CMYK
RGB Variations
Color information
#8DF074 (or 0x8DF074) is known color: Light Green. HEX triplet: 8D, F0 and 74. RGB value is (141,240,116). Sum of RGB (Red+Green+Blue) = 141+240+116=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF074 is #720F8B. Grayscale: #C4C4C4. Windows color (decimal): -7475084 or 7663757. OLE color: 7663757.
HSL color Cylindrical-coordinate representation of color #8DF074: hue angle of 107.9º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DF074 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 116 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.06 |
| HSL | 107.9º | 0.81% | 0.7% | - |
| HSV(B) | 107.9º | 0.52% | 0.94% | - |
| XYZ | 45.3 | 69.24 | 27.5 | - |
| YUV | 196.26 | 82.7 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 116 | 0.41 | 0 | 0.52 | 0.06 | 107.9 | 0.81 | 0.7 |
| Hex | 8D | F0 | 74 | 29 | 0 | 34 | 6 | 6C | 51 | 46 |
| Octal | 215 | 360 | 164 | 51 | 0 | 64 | 6 | 154 | 121 | 106 |
| Binary | 10001101 | 11110000 | 1110100 | 101001 | 0 | 110100 | 110 | 1101100 | 1010001 | 1000110 |
Color Harmonies of #8DF074
Complementary color
Monochromatic Colors of #8DF074
Black with #8DF074
Text Example
Text Example
White with #8DF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF074; }
p { color: rgb(141,240,116); }
H1.HeaderClassName
{
color: #8DF074;
}
.AnyTagClassName
{
color: #8DF074;
}
</style>
background-color css
<style>
a { background-color: #8DF074; }
a { background-color: rgb(141,240,116); }
div.DivClassName
{
background-color: #8DF074;
}
.BgClassName
{
background-color: #8DF074;
}
</style>
border-color css
<style>
span { border-color: #8DF074; }
span { border-color: rgb(141,240,116); }
td.TdClassName
{
border-color: #8DF074;
}
.TagClassName
{
border-color: #8DF074;
}
</style>