Shades of Light Green #8DF075
Tints of Light Green #8DF075
RGB
CMYK
RGB Variations
Color information
#8DF075 (or 0x8DF075) is known color: Light Green. HEX triplet: 8D, F0 and 75. RGB value is (141,240,117). Sum of RGB (Red+Green+Blue) = 141+240+117=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF075 is #720F8A. Grayscale: #C4C4C4. Windows color (decimal): -7475083 or 7729293. OLE color: 7729293.
HSL color Cylindrical-coordinate representation of color #8DF075: hue angle of 108.29º 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 #8DF075 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 117 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.06 |
| HSL | 108.29º | 0.8% | 0.7% | - |
| HSV(B) | 108.29º | 0.51% | 0.94% | - |
| XYZ | 45.36 | 69.27 | 27.81 | - |
| YUV | 196.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 117 | 0.41 | 0 | 0.51 | 0.06 | 108.29 | 0.8 | 0.7 |
| Hex | 8D | F0 | 75 | 29 | 0 | 33 | 6 | 6C | 50 | 46 |
| Octal | 215 | 360 | 165 | 51 | 0 | 63 | 6 | 154 | 120 | 106 |
| Binary | 10001101 | 11110000 | 1110101 | 101001 | 0 | 110011 | 110 | 1101100 | 1010000 | 1000110 |
Color Harmonies of #8DF075
Complementary color
Monochromatic Colors of #8DF075
Black with #8DF075
Text Example
Text Example
White with #8DF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF075; }
p { color: rgb(141,240,117); }
H1.HeaderClassName
{
color: #8DF075;
}
.AnyTagClassName
{
color: #8DF075;
}
</style>
background-color css
<style>
a { background-color: #8DF075; }
a { background-color: rgb(141,240,117); }
div.DivClassName
{
background-color: #8DF075;
}
.BgClassName
{
background-color: #8DF075;
}
</style>
border-color css
<style>
span { border-color: #8DF075; }
span { border-color: rgb(141,240,117); }
td.TdClassName
{
border-color: #8DF075;
}
.TagClassName
{
border-color: #8DF075;
}
</style>