Shades of Light Green #8DF87D
Tints of Light Green #8DF87D
RGB
CMYK
RGB Variations
Color information
#8DF87D (or 0x8DF87D) is known color: Light Green. HEX triplet: 8D, F8 and 7D. RGB value is (141,248,125). Sum of RGB (Red+Green+Blue) = 141+248+125=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF87D is #720782. Grayscale: #CACACA. Windows color (decimal): -7473027 or 8255629. OLE color: 8255629.
HSL color Cylindrical-coordinate representation of color #8DF87D: hue angle of 112.2º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DF87D is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 125 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.03 |
| HSL | 112.2º | 0.9% | 0.73% | - |
| HSV(B) | 112.2º | 0.5% | 0.97% | - |
| XYZ | 48.25 | 74.28 | 31.2 | - |
| YUV | 201.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 125 | 0.43 | 0 | 0.50 | 0.03 | 112.2 | 0.9 | 0.73 |
| Hex | 8D | F8 | 7D | 2B | 0 | 32 | 3 | 70 | 5A | 49 |
| Octal | 215 | 370 | 175 | 53 | 0 | 62 | 3 | 160 | 132 | 111 |
| Binary | 10001101 | 11111000 | 1111101 | 101011 | 0 | 110010 | 11 | 1110000 | 1011010 | 1001001 |
Color Harmonies of #8DF87D
Complementary color
Monochromatic Colors of #8DF87D
Black with #8DF87D
Text Example
Text Example
White with #8DF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF87D; }
p { color: rgb(141,248,125); }
H1.HeaderClassName
{
color: #8DF87D;
}
.AnyTagClassName
{
color: #8DF87D;
}
</style>
background-color css
<style>
a { background-color: #8DF87D; }
a { background-color: rgb(141,248,125); }
div.DivClassName
{
background-color: #8DF87D;
}
.BgClassName
{
background-color: #8DF87D;
}
</style>
border-color css
<style>
span { border-color: #8DF87D; }
span { border-color: rgb(141,248,125); }
td.TdClassName
{
border-color: #8DF87D;
}
.TagClassName
{
border-color: #8DF87D;
}
</style>