Shades of Light Green #8DF970
Tints of Light Green #8DF970
RGB
CMYK
RGB Variations
Color information
#8DF970 (or 0x8DF970) is known color: Light Green. HEX triplet: 8D, F9 and 70. RGB value is (141,249,112). Sum of RGB (Red+Green+Blue) = 141+249+112=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF970 is #72068F. Grayscale: #C9C9C9. Windows color (decimal): -7472784 or 7403917. OLE color: 7403917.
HSL color Cylindrical-coordinate representation of color #8DF970: hue angle of 107.3º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DF970 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 249 | 112 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.02 |
| HSL | 107.3º | 0.92% | 0.71% | - |
| HSV(B) | 107.3º | 0.55% | 0.98% | - |
| XYZ | 47.78 | 74.58 | 27.21 | - |
| YUV | 201.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 249 | 112 | 0.43 | 0 | 0.55 | 0.02 | 107.3 | 0.92 | 0.71 |
| Hex | 8D | F9 | 70 | 2B | 0 | 37 | 2 | 6B | 5C | 47 |
| Octal | 215 | 371 | 160 | 53 | 0 | 67 | 2 | 153 | 134 | 107 |
| Binary | 10001101 | 11111001 | 1110000 | 101011 | 0 | 110111 | 10 | 1101011 | 1011100 | 1000111 |
Color Harmonies of #8DF970
Complementary color
Monochromatic Colors of #8DF970
Black with #8DF970
Text Example
Text Example
White with #8DF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF970; }
p { color: rgb(141,249,112); }
H1.HeaderClassName
{
color: #8DF970;
}
.AnyTagClassName
{
color: #8DF970;
}
</style>
background-color css
<style>
a { background-color: #8DF970; }
a { background-color: rgb(141,249,112); }
div.DivClassName
{
background-color: #8DF970;
}
.BgClassName
{
background-color: #8DF970;
}
</style>
border-color css
<style>
span { border-color: #8DF970; }
span { border-color: rgb(141,249,112); }
td.TdClassName
{
border-color: #8DF970;
}
.TagClassName
{
border-color: #8DF970;
}
</style>