Shades of Mantis #8CE353
Tints of Mantis #8CE353
RGB
CMYK
RGB Variations
Color information
#8CE353 (or 0x8CE353) is known color: Mantis. HEX triplet: 8C, E3 and 53. RGB value is (140,227,83). Sum of RGB (Red+Green+Blue) = 140+227+83=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE353 is #731CAC. Grayscale: #B9B9B9. Windows color (decimal): -7543981 or 5497740. OLE color: 5497740.
HSL color Cylindrical-coordinate representation of color #8CE353: hue angle of 96.25º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CE353 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 83 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.11 |
| HSL | 96.25º | 0.72% | 0.61% | - |
| HSV(B) | 96.25º | 0.63% | 0.89% | - |
| XYZ | 39.85 | 61.14 | 17.88 | - |
| YUV | 184.57 | 70.68 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 83 | 0.38 | 0 | 0.63 | 0.11 | 96.25 | 0.72 | 0.61 |
| Hex | 8C | E3 | 53 | 26 | 0 | 3F | B | 60 | 48 | 3D |
| Octal | 214 | 343 | 123 | 46 | 0 | 77 | 13 | 140 | 110 | 75 |
| Binary | 10001100 | 11100011 | 1010011 | 100110 | 0 | 111111 | 1011 | 1100000 | 1001000 | 111101 |
Color Harmonies of #8CE353
Complementary color
Monochromatic Colors of #8CE353
Black with #8CE353
Text Example
Text Example
White with #8CE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE353; }
p { color: rgb(140,227,83); }
H1.HeaderClassName
{
color: #8CE353;
}
.AnyTagClassName
{
color: #8CE353;
}
</style>
background-color css
<style>
a { background-color: #8CE353; }
a { background-color: rgb(140,227,83); }
div.DivClassName
{
background-color: #8CE353;
}
.BgClassName
{
background-color: #8CE353;
}
</style>
border-color css
<style>
span { border-color: #8CE353; }
span { border-color: rgb(140,227,83); }
td.TdClassName
{
border-color: #8CE353;
}
.TagClassName
{
border-color: #8CE353;
}
</style>