Shades of Light Green #8DF073
Tints of Light Green #8DF073
RGB
CMYK
RGB Variations
Color information
#8DF073 (or 0x8DF073) is known color: Light Green. HEX triplet: 8D, F0 and 73. RGB value is (141,240,115). Sum of RGB (Red+Green+Blue) = 141+240+115=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF073 is #720F8C. Grayscale: #C4C4C4. Windows color (decimal): -7475085 or 7598221. OLE color: 7598221.
HSL color Cylindrical-coordinate representation of color #8DF073: hue angle of 107.52º 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 #8DF073 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 115 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.06 |
| HSL | 107.52º | 0.81% | 0.7% | - |
| HSV(B) | 107.52º | 0.52% | 0.94% | - |
| XYZ | 45.24 | 69.22 | 27.2 | - |
| YUV | 196.15 | 82.2 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 115 | 0.41 | 0 | 0.52 | 0.06 | 107.52 | 0.81 | 0.7 |
| Hex | 8D | F0 | 73 | 29 | 0 | 34 | 6 | 6C | 51 | 46 |
| Octal | 215 | 360 | 163 | 51 | 0 | 64 | 6 | 154 | 121 | 106 |
| Binary | 10001101 | 11110000 | 1110011 | 101001 | 0 | 110100 | 110 | 1101100 | 1010001 | 1000110 |
Color Harmonies of #8DF073
Complementary color
Monochromatic Colors of #8DF073
Black with #8DF073
Text Example
Text Example
White with #8DF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF073; }
p { color: rgb(141,240,115); }
H1.HeaderClassName
{
color: #8DF073;
}
.AnyTagClassName
{
color: #8DF073;
}
</style>
background-color css
<style>
a { background-color: #8DF073; }
a { background-color: rgb(141,240,115); }
div.DivClassName
{
background-color: #8DF073;
}
.BgClassName
{
background-color: #8DF073;
}
</style>
border-color css
<style>
span { border-color: #8DF073; }
span { border-color: rgb(141,240,115); }
td.TdClassName
{
border-color: #8DF073;
}
.TagClassName
{
border-color: #8DF073;
}
</style>