Shades of Lawn Green #8DE100
Tints of Lawn Green #8DE100
RGB
CMYK
RGB Variations
Color information
#8DE100 (or 0x8DE100) is known color: Lawn Green. HEX triplet: 8D, E1 and 00. RGB value is (141,225,0). Sum of RGB (Red+Green+Blue) = 141+225+0=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DE100 is #721EFF. Grayscale: #AFAFAF. Windows color (decimal): -7479040 or 57741. OLE color: 57741.
HSL color Cylindrical-coordinate representation of color #8DE100: hue angle of 82.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DE100 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.12 |
| HSL | 82.4º | 1% | 0.44% | - |
| HSV(B) | 82.4º | 1% | 0.88% | - |
| XYZ | 37.91 | 59.51 | 9.49 | - |
| YUV | 174.23 | 29.67 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 0 | 0.37 | 0 | 1 | 0.12 | 82.4 | 1 | 0.44 |
| Hex | 8D | E1 | 0 | 25 | 0 | 64 | C | 52 | 64 | 2C |
| Octal | 215 | 341 | 0 | 45 | 0 | 144 | 14 | 122 | 144 | 54 |
| Binary | 10001101 | 11100001 | 0 | 100101 | 0 | 1100100 | 1100 | 1010010 | 1100100 | 101100 |
Color Harmonies of #8DE100
Complementary color
Monochromatic Colors of #8DE100
Black with #8DE100
Text Example
Text Example
White with #8DE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE100; }
p { color: rgb(141,225,0); }
H1.HeaderClassName
{
color: #8DE100;
}
.AnyTagClassName
{
color: #8DE100;
}
</style>
background-color css
<style>
a { background-color: #8DE100; }
a { background-color: rgb(141,225,0); }
div.DivClassName
{
background-color: #8DE100;
}
.BgClassName
{
background-color: #8DE100;
}
</style>
border-color css
<style>
span { border-color: #8DE100; }
span { border-color: rgb(141,225,0); }
td.TdClassName
{
border-color: #8DE100;
}
.TagClassName
{
border-color: #8DE100;
}
</style>