Shades of Light Green #8DF472
Tints of Light Green #8DF472
RGB
CMYK
RGB Variations
Color information
#8DF472 (or 0x8DF472) is known color: Light Green. HEX triplet: 8D, F4 and 72. RGB value is (141,244,114). Sum of RGB (Red+Green+Blue) = 141+244+114=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF472 is #720B8D. Grayscale: #C6C6C6. Windows color (decimal): -7474062 or 7533709. OLE color: 7533709.
HSL color Cylindrical-coordinate representation of color #8DF472: hue angle of 107.54º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DF472 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 114 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.04 |
| HSL | 107.54º | 0.86% | 0.7% | - |
| HSV(B) | 107.54º | 0.53% | 0.96% | - |
| XYZ | 46.37 | 71.58 | 27.29 | - |
| YUV | 198.38 | 80.38 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 114 | 0.42 | 0 | 0.53 | 0.04 | 107.54 | 0.86 | 0.7 |
| Hex | 8D | F4 | 72 | 2A | 0 | 35 | 4 | 6C | 56 | 46 |
| Octal | 215 | 364 | 162 | 52 | 0 | 65 | 4 | 154 | 126 | 106 |
| Binary | 10001101 | 11110100 | 1110010 | 101010 | 0 | 110101 | 100 | 1101100 | 1010110 | 1000110 |
Color Harmonies of #8DF472
Complementary color
Monochromatic Colors of #8DF472
Black with #8DF472
Text Example
Text Example
White with #8DF472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF472; }
p { color: rgb(141,244,114); }
H1.HeaderClassName
{
color: #8DF472;
}
.AnyTagClassName
{
color: #8DF472;
}
</style>
background-color css
<style>
a { background-color: #8DF472; }
a { background-color: rgb(141,244,114); }
div.DivClassName
{
background-color: #8DF472;
}
.BgClassName
{
background-color: #8DF472;
}
</style>
border-color css
<style>
span { border-color: #8DF472; }
span { border-color: rgb(141,244,114); }
td.TdClassName
{
border-color: #8DF472;
}
.TagClassName
{
border-color: #8DF472;
}
</style>