Shades of Light Green #8CE495
Tints of Light Green #8CE495
RGB
CMYK
RGB Variations
Color information
#8CE495 (or 0x8CE495) is known color: Light Green. HEX triplet: 8C, E4 and 95. RGB value is (140,228,149). Sum of RGB (Red+Green+Blue) = 140+228+149=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE495 is #731B6A. Grayscale: #C0C0C0. Windows color (decimal): -7543659 or 9823372. OLE color: 9823372.
HSL color Cylindrical-coordinate representation of color #8CE495: hue angle of 126.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE495 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 149 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.11 |
| HSL | 126.14º | 0.62% | 0.72% | - |
| HSV(B) | 126.14º | 0.39% | 0.89% | - |
| XYZ | 43.98 | 63.23 | 38.32 | - |
| YUV | 192.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 149 | 0.39 | 0 | 0.35 | 0.11 | 126.14 | 0.62 | 0.72 |
| Hex | 8C | E4 | 95 | 27 | 0 | 23 | B | 7E | 3E | 48 |
| Octal | 214 | 344 | 225 | 47 | 0 | 43 | 13 | 176 | 76 | 110 |
| Binary | 10001100 | 11100100 | 10010101 | 100111 | 0 | 100011 | 1011 | 1111110 | 111110 | 1001000 |
Color Harmonies of #8CE495
Complementary color
Monochromatic Colors of #8CE495
Black with #8CE495
Text Example
Text Example
White with #8CE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE495; }
p { color: rgb(140,228,149); }
H1.HeaderClassName
{
color: #8CE495;
}
.AnyTagClassName
{
color: #8CE495;
}
</style>
background-color css
<style>
a { background-color: #8CE495; }
a { background-color: rgb(140,228,149); }
div.DivClassName
{
background-color: #8CE495;
}
.BgClassName
{
background-color: #8CE495;
}
</style>
border-color css
<style>
span { border-color: #8CE495; }
span { border-color: rgb(140,228,149); }
td.TdClassName
{
border-color: #8CE495;
}
.TagClassName
{
border-color: #8CE495;
}
</style>