Shades of Light Green #8DF882
Tints of Light Green #8DF882
RGB
CMYK
RGB Variations
Color information
#8DF882 (or 0x8DF882) is known color: Light Green. HEX triplet: 8D, F8 and 82. RGB value is (141,248,130). Sum of RGB (Red+Green+Blue) = 141+248+130=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF882 is #72077D. Grayscale: #CACACA. Windows color (decimal): -7473022 or 8583309. OLE color: 8583309.
HSL color Cylindrical-coordinate representation of color #8DF882: hue angle of 114.41º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DF882 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 130 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.03 |
| HSL | 114.41º | 0.89% | 0.74% | - |
| HSV(B) | 114.41º | 0.48% | 0.97% | - |
| XYZ | 48.58 | 74.41 | 32.92 | - |
| YUV | 202.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 130 | 0.43 | 0 | 0.48 | 0.03 | 114.41 | 0.89 | 0.74 |
| Hex | 8D | F8 | 82 | 2B | 0 | 30 | 3 | 72 | 59 | 4A |
| Octal | 215 | 370 | 202 | 53 | 0 | 60 | 3 | 162 | 131 | 112 |
| Binary | 10001101 | 11111000 | 10000010 | 101011 | 0 | 110000 | 11 | 1110010 | 1011001 | 1001010 |
Color Harmonies of #8DF882
Complementary color
Monochromatic Colors of #8DF882
Black with #8DF882
Text Example
Text Example
White with #8DF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF882; }
p { color: rgb(141,248,130); }
H1.HeaderClassName
{
color: #8DF882;
}
.AnyTagClassName
{
color: #8DF882;
}
</style>
background-color css
<style>
a { background-color: #8DF882; }
a { background-color: rgb(141,248,130); }
div.DivClassName
{
background-color: #8DF882;
}
.BgClassName
{
background-color: #8DF882;
}
</style>
border-color css
<style>
span { border-color: #8DF882; }
span { border-color: rgb(141,248,130); }
td.TdClassName
{
border-color: #8DF882;
}
.TagClassName
{
border-color: #8DF882;
}
</style>