Shades of Light Green #8DF482
Tints of Light Green #8DF482
RGB
CMYK
RGB Variations
Color information
#8DF482 (or 0x8DF482) is known color: Light Green. HEX triplet: 8D, F4 and 82. RGB value is (141,244,130). Sum of RGB (Red+Green+Blue) = 141+244+130=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF482 is #720B7D. Grayscale: #C8C8C8. Windows color (decimal): -7474046 or 8582285. OLE color: 8582285.
HSL color Cylindrical-coordinate representation of color #8DF482: hue angle of 114.21º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DF482 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 130 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.04 |
| HSL | 114.21º | 0.84% | 0.73% | - |
| HSV(B) | 114.21º | 0.47% | 0.96% | - |
| XYZ | 47.36 | 71.98 | 32.52 | - |
| YUV | 200.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 130 | 0.42 | 0 | 0.47 | 0.04 | 114.21 | 0.84 | 0.73 |
| Hex | 8D | F4 | 82 | 2A | 0 | 2F | 4 | 72 | 54 | 49 |
| Octal | 215 | 364 | 202 | 52 | 0 | 57 | 4 | 162 | 124 | 111 |
| Binary | 10001101 | 11110100 | 10000010 | 101010 | 0 | 101111 | 100 | 1110010 | 1010100 | 1001001 |
Color Harmonies of #8DF482
Complementary color
Monochromatic Colors of #8DF482
Black with #8DF482
Text Example
Text Example
White with #8DF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF482; }
p { color: rgb(141,244,130); }
H1.HeaderClassName
{
color: #8DF482;
}
.AnyTagClassName
{
color: #8DF482;
}
</style>
background-color css
<style>
a { background-color: #8DF482; }
a { background-color: rgb(141,244,130); }
div.DivClassName
{
background-color: #8DF482;
}
.BgClassName
{
background-color: #8DF482;
}
</style>
border-color css
<style>
span { border-color: #8DF482; }
span { border-color: rgb(141,244,130); }
td.TdClassName
{
border-color: #8DF482;
}
.TagClassName
{
border-color: #8DF482;
}
</style>