Shades of Light Green #8CE385
Tints of Light Green #8CE385
RGB
CMYK
RGB Variations
Color information
#8CE385 (or 0x8CE385) is known color: Light Green. HEX triplet: 8C, E3 and 85. RGB value is (140,227,133). Sum of RGB (Red+Green+Blue) = 140+227+133=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE385 is #731C7A. Grayscale: #BEBEBE. Windows color (decimal): -7543931 or 8774540. OLE color: 8774540.
HSL color Cylindrical-coordinate representation of color #8CE385: hue angle of 115.53º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CE385 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 133 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.11 |
| HSL | 115.53º | 0.63% | 0.71% | - |
| HSV(B) | 115.53º | 0.41% | 0.89% | - |
| XYZ | 42.52 | 62.21 | 31.96 | - |
| YUV | 190.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 133 | 0.38 | 0 | 0.41 | 0.11 | 115.53 | 0.63 | 0.71 |
| Hex | 8C | E3 | 85 | 26 | 0 | 29 | B | 74 | 3F | 47 |
| Octal | 214 | 343 | 205 | 46 | 0 | 51 | 13 | 164 | 77 | 107 |
| Binary | 10001100 | 11100011 | 10000101 | 100110 | 0 | 101001 | 1011 | 1110100 | 111111 | 1000111 |
Color Harmonies of #8CE385
Complementary color
Monochromatic Colors of #8CE385
Black with #8CE385
Text Example
Text Example
White with #8CE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE385; }
p { color: rgb(140,227,133); }
H1.HeaderClassName
{
color: #8CE385;
}
.AnyTagClassName
{
color: #8CE385;
}
</style>
background-color css
<style>
a { background-color: #8CE385; }
a { background-color: rgb(140,227,133); }
div.DivClassName
{
background-color: #8CE385;
}
.BgClassName
{
background-color: #8CE385;
}
</style>
border-color css
<style>
span { border-color: #8CE385; }
span { border-color: rgb(140,227,133); }
td.TdClassName
{
border-color: #8CE385;
}
.TagClassName
{
border-color: #8CE385;
}
</style>