Shades of Light Green #8DF175
Tints of Light Green #8DF175
RGB
CMYK
RGB Variations
Color information
#8DF175 (or 0x8DF175) is known color: Light Green. HEX triplet: 8D, F1 and 75. RGB value is (141,241,117). Sum of RGB (Red+Green+Blue) = 141+241+117=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF175 is #720E8A. Grayscale: #C5C5C5. Windows color (decimal): -7474827 or 7729549. OLE color: 7729549.
HSL color Cylindrical-coordinate representation of color #8DF175: hue angle of 108.39º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DF175 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 117 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.05 |
| HSL | 108.39º | 0.82% | 0.7% | - |
| HSV(B) | 108.39º | 0.51% | 0.95% | - |
| XYZ | 45.65 | 69.86 | 27.91 | - |
| YUV | 196.96 | 82.87 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 117 | 0.41 | 0 | 0.51 | 0.05 | 108.39 | 0.82 | 0.7 |
| Hex | 8D | F1 | 75 | 29 | 0 | 33 | 5 | 6C | 52 | 46 |
| Octal | 215 | 361 | 165 | 51 | 0 | 63 | 5 | 154 | 122 | 106 |
| Binary | 10001101 | 11110001 | 1110101 | 101001 | 0 | 110011 | 101 | 1101100 | 1010010 | 1000110 |
Color Harmonies of #8DF175
Complementary color
Monochromatic Colors of #8DF175
Black with #8DF175
Text Example
Text Example
White with #8DF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF175; }
p { color: rgb(141,241,117); }
H1.HeaderClassName
{
color: #8DF175;
}
.AnyTagClassName
{
color: #8DF175;
}
</style>
background-color css
<style>
a { background-color: #8DF175; }
a { background-color: rgb(141,241,117); }
div.DivClassName
{
background-color: #8DF175;
}
.BgClassName
{
background-color: #8DF175;
}
</style>
border-color css
<style>
span { border-color: #8DF175; }
span { border-color: rgb(141,241,117); }
td.TdClassName
{
border-color: #8DF175;
}
.TagClassName
{
border-color: #8DF175;
}
</style>