Shades of Light Green #8DF38A
Tints of Light Green #8DF38A
RGB
CMYK
RGB Variations
Color information
#8DF38A (or 0x8DF38A) is known color: Light Green. HEX triplet: 8D, F3 and 8A. RGB value is (141,243,138). Sum of RGB (Red+Green+Blue) = 141+243+138=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF38A is #720C75. Grayscale: #C8C8C8. Windows color (decimal): -7474294 or 9106317. OLE color: 9106317.
HSL color Cylindrical-coordinate representation of color #8DF38A: hue angle of 118.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF38A is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 138 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.05 |
| HSL | 118.29º | 0.81% | 0.75% | - |
| HSV(B) | 118.29º | 0.43% | 0.95% | - |
| XYZ | 47.62 | 71.6 | 35.35 | - |
| YUV | 200.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 138 | 0.42 | 0 | 0.43 | 0.05 | 118.29 | 0.81 | 0.75 |
| Hex | 8D | F3 | 8A | 2A | 0 | 2B | 5 | 76 | 51 | 4B |
| Octal | 215 | 363 | 212 | 52 | 0 | 53 | 5 | 166 | 121 | 113 |
| Binary | 10001101 | 11110011 | 10001010 | 101010 | 0 | 101011 | 101 | 1110110 | 1010001 | 1001011 |
Color Harmonies of #8DF38A
Complementary color
Monochromatic Colors of #8DF38A
Black with #8DF38A
Text Example
Text Example
White with #8DF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF38A; }
p { color: rgb(141,243,138); }
H1.HeaderClassName
{
color: #8DF38A;
}
.AnyTagClassName
{
color: #8DF38A;
}
</style>
background-color css
<style>
a { background-color: #8DF38A; }
a { background-color: rgb(141,243,138); }
div.DivClassName
{
background-color: #8DF38A;
}
.BgClassName
{
background-color: #8DF38A;
}
</style>
border-color css
<style>
span { border-color: #8DF38A; }
span { border-color: rgb(141,243,138); }
td.TdClassName
{
border-color: #8DF38A;
}
.TagClassName
{
border-color: #8DF38A;
}
</style>