Shades of Lawn Green #8CE314
Tints of Lawn Green #8CE314
RGB
CMYK
RGB Variations
Color information
#8CE314 (or 0x8CE314) is known color: Lawn Green. HEX triplet: 8C, E3 and 14. RGB value is (140,227,20). Sum of RGB (Red+Green+Blue) = 140+227+20=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CE314 is #731CEB. Grayscale: #B2B2B2. Windows color (decimal): -7544044 or 1368972. OLE color: 1368972.
HSL color Cylindrical-coordinate representation of color #8CE314: hue angle of 85.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CE314 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 20 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.11 |
| HSL | 85.22º | 0.84% | 0.48% | - |
| HSV(B) | 85.22º | 0.91% | 0.89% | - |
| XYZ | 38.41 | 60.56 | 10.33 | - |
| YUV | 177.39 | 39.18 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 20 | 0.38 | 0 | 0.91 | 0.11 | 85.22 | 0.84 | 0.48 |
| Hex | 8C | E3 | 14 | 26 | 0 | 5B | B | 55 | 54 | 30 |
| Octal | 214 | 343 | 24 | 46 | 0 | 133 | 13 | 125 | 124 | 60 |
| Binary | 10001100 | 11100011 | 10100 | 100110 | 0 | 1011011 | 1011 | 1010101 | 1010100 | 110000 |
Color Harmonies of #8CE314
Complementary color
Monochromatic Colors of #8CE314
Black with #8CE314
Text Example
Text Example
White with #8CE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE314; }
p { color: rgb(140,227,20); }
H1.HeaderClassName
{
color: #8CE314;
}
.AnyTagClassName
{
color: #8CE314;
}
</style>
background-color css
<style>
a { background-color: #8CE314; }
a { background-color: rgb(140,227,20); }
div.DivClassName
{
background-color: #8CE314;
}
.BgClassName
{
background-color: #8CE314;
}
</style>
border-color css
<style>
span { border-color: #8CE314; }
span { border-color: rgb(140,227,20); }
td.TdClassName
{
border-color: #8CE314;
}
.TagClassName
{
border-color: #8CE314;
}
</style>