Shades of Light Green #8DF872
Tints of Light Green #8DF872
RGB
CMYK
RGB Variations
Color information
#8DF872 (or 0x8DF872) is known color: Light Green. HEX triplet: 8D, F8 and 72. RGB value is (141,248,114). Sum of RGB (Red+Green+Blue) = 141+248+114=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF872 is #72078D. Grayscale: #C9C9C9. Windows color (decimal): -7473038 or 7534733. OLE color: 7534733.
HSL color Cylindrical-coordinate representation of color #8DF872: hue angle of 107.91º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DF872 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 114 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.03 |
| HSL | 107.91º | 0.91% | 0.71% | - |
| HSV(B) | 107.91º | 0.54% | 0.97% | - |
| XYZ | 47.59 | 74.01 | 27.7 | - |
| YUV | 200.73 | 79.05 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 114 | 0.43 | 0 | 0.54 | 0.03 | 107.91 | 0.91 | 0.71 |
| Hex | 8D | F8 | 72 | 2B | 0 | 36 | 3 | 6C | 5B | 47 |
| Octal | 215 | 370 | 162 | 53 | 0 | 66 | 3 | 154 | 133 | 107 |
| Binary | 10001101 | 11111000 | 1110010 | 101011 | 0 | 110110 | 11 | 1101100 | 1011011 | 1000111 |
Color Harmonies of #8DF872
Complementary color
Monochromatic Colors of #8DF872
Black with #8DF872
Text Example
Text Example
White with #8DF872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF872; }
p { color: rgb(141,248,114); }
H1.HeaderClassName
{
color: #8DF872;
}
.AnyTagClassName
{
color: #8DF872;
}
</style>
background-color css
<style>
a { background-color: #8DF872; }
a { background-color: rgb(141,248,114); }
div.DivClassName
{
background-color: #8DF872;
}
.BgClassName
{
background-color: #8DF872;
}
</style>
border-color css
<style>
span { border-color: #8DF872; }
span { border-color: rgb(141,248,114); }
td.TdClassName
{
border-color: #8DF872;
}
.TagClassName
{
border-color: #8DF872;
}
</style>