Shades of Light Green #8DF875
Tints of Light Green #8DF875
RGB
CMYK
RGB Variations
Color information
#8DF875 (or 0x8DF875) is known color: Light Green. HEX triplet: 8D, F8 and 75. RGB value is (141,248,117). Sum of RGB (Red+Green+Blue) = 141+248+117=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF875 is #72078A. Grayscale: #C9C9C9. Windows color (decimal): -7473035 or 7731341. OLE color: 7731341.
HSL color Cylindrical-coordinate representation of color #8DF875: hue angle of 109.01º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DF875 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 117 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.03 |
| HSL | 109.01º | 0.9% | 0.72% | - |
| HSV(B) | 109.01º | 0.53% | 0.97% | - |
| XYZ | 47.76 | 74.08 | 28.61 | - |
| YUV | 201.07 | 80.55 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 117 | 0.43 | 0 | 0.53 | 0.03 | 109.01 | 0.9 | 0.72 |
| Hex | 8D | F8 | 75 | 2B | 0 | 35 | 3 | 6D | 5A | 48 |
| Octal | 215 | 370 | 165 | 53 | 0 | 65 | 3 | 155 | 132 | 110 |
| Binary | 10001101 | 11111000 | 1110101 | 101011 | 0 | 110101 | 11 | 1101101 | 1011010 | 1001000 |
Color Harmonies of #8DF875
Complementary color
Monochromatic Colors of #8DF875
Black with #8DF875
Text Example
Text Example
White with #8DF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF875; }
p { color: rgb(141,248,117); }
H1.HeaderClassName
{
color: #8DF875;
}
.AnyTagClassName
{
color: #8DF875;
}
</style>
background-color css
<style>
a { background-color: #8DF875; }
a { background-color: rgb(141,248,117); }
div.DivClassName
{
background-color: #8DF875;
}
.BgClassName
{
background-color: #8DF875;
}
</style>
border-color css
<style>
span { border-color: #8DF875; }
span { border-color: rgb(141,248,117); }
td.TdClassName
{
border-color: #8DF875;
}
.TagClassName
{
border-color: #8DF875;
}
</style>