Shades of Mantis #8CE265
Tints of Mantis #8CE265
RGB
CMYK
RGB Variations
Color information
#8CE265 (or 0x8CE265) is known color: Mantis. HEX triplet: 8C, E2 and 65. RGB value is (140,226,101). Sum of RGB (Red+Green+Blue) = 140+226+101=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE265 is #731D9A. Grayscale: #BABABA. Windows color (decimal): -7544219 or 6677132. OLE color: 6677132.
HSL color Cylindrical-coordinate representation of color #8CE265: hue angle of 101.28º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CE265 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 226 | 101 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.11 |
| HSL | 101.28º | 0.68% | 0.64% | - |
| HSV(B) | 101.28º | 0.55% | 0.89% | - |
| XYZ | 40.36 | 60.91 | 21.94 | - |
| YUV | 186.04 | 80.01 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 101 | 0.38 | 0 | 0.55 | 0.11 | 101.28 | 0.68 | 0.64 |
| Hex | 8C | E2 | 65 | 26 | 0 | 37 | B | 65 | 44 | 40 |
| Octal | 214 | 342 | 145 | 46 | 0 | 67 | 13 | 145 | 104 | 100 |
| Binary | 10001100 | 11100010 | 1100101 | 100110 | 0 | 110111 | 1011 | 1100101 | 1000100 | 1000000 |
Color Harmonies of #8CE265
Complementary color
Monochromatic Colors of #8CE265
Black with #8CE265
Text Example
Text Example
White with #8CE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE265; }
p { color: rgb(140,226,101); }
H1.HeaderClassName
{
color: #8CE265;
}
.AnyTagClassName
{
color: #8CE265;
}
</style>
background-color css
<style>
a { background-color: #8CE265; }
a { background-color: rgb(140,226,101); }
div.DivClassName
{
background-color: #8CE265;
}
.BgClassName
{
background-color: #8CE265;
}
</style>
border-color css
<style>
span { border-color: #8CE265; }
span { border-color: rgb(140,226,101); }
td.TdClassName
{
border-color: #8CE265;
}
.TagClassName
{
border-color: #8CE265;
}
</style>