Shades of Light Green #8DF382
Tints of Light Green #8DF382
RGB
CMYK
RGB Variations
Color information
#8DF382 (or 0x8DF382) is known color: Light Green. HEX triplet: 8D, F3 and 82. RGB value is (141,243,130). Sum of RGB (Red+Green+Blue) = 141+243+130=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF382 is #720C7D. Grayscale: #C7C7C7. Windows color (decimal): -7474302 or 8582029. OLE color: 8582029.
HSL color Cylindrical-coordinate representation of color #8DF382: hue angle of 114.16º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DF382 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 130 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.05 |
| HSL | 114.16º | 0.82% | 0.73% | - |
| HSV(B) | 114.16º | 0.47% | 0.95% | - |
| XYZ | 47.06 | 71.38 | 32.42 | - |
| YUV | 199.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 130 | 0.42 | 0 | 0.47 | 0.05 | 114.16 | 0.82 | 0.73 |
| Hex | 8D | F3 | 82 | 2A | 0 | 2F | 5 | 72 | 52 | 49 |
| Octal | 215 | 363 | 202 | 52 | 0 | 57 | 5 | 162 | 122 | 111 |
| Binary | 10001101 | 11110011 | 10000010 | 101010 | 0 | 101111 | 101 | 1110010 | 1010010 | 1001001 |
Color Harmonies of #8DF382
Complementary color
Monochromatic Colors of #8DF382
Black with #8DF382
Text Example
Text Example
White with #8DF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF382; }
p { color: rgb(141,243,130); }
H1.HeaderClassName
{
color: #8DF382;
}
.AnyTagClassName
{
color: #8DF382;
}
</style>
background-color css
<style>
a { background-color: #8DF382; }
a { background-color: rgb(141,243,130); }
div.DivClassName
{
background-color: #8DF382;
}
.BgClassName
{
background-color: #8DF382;
}
</style>
border-color css
<style>
span { border-color: #8DF382; }
span { border-color: rgb(141,243,130); }
td.TdClassName
{
border-color: #8DF382;
}
.TagClassName
{
border-color: #8DF382;
}
</style>