#8CE165

Color #8CE165 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8CE165

Tints of Mantis #8CE165

Color information

#8CE165 (or 0x8CE165) is unknown color: approx Mantis. HEX triplet: 8C, E1 and 65. RGB value is (140,225,101). Sum of RGB (Red+Green+Blue) = 140+225+101=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE165 is #731E9A. Grayscale: #B9B9B9. Windows color (decimal): -7544475 or 6676876. OLE color: 6676876.

HSL color Cylindrical-coordinate representation of color #8CE165: hue angle of 101.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CE165 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB140225101-
CMYK0.3800.550.12
HSL101.13º67.39%63.92%-
HSV(B)101.13º55.11%88.24%-
XYZ40.0960.3721.85-
YUV185.4580.3495.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 30.04%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=30.04%
G=48.28%
B=21.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251010.3800.550.12101.1367.3963.92
Hex8CE16526037C654340
Octal2143411454606714145103100
Binary1000110011100001110010110011001101111100110010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CE165; }

 p { color: rgb(140,225,101); }

 H1.HeaderClassName
 {
   color: #8CE165;
 }
 .AnyTagClassName
 {
   color: #8CE165;
 }
</style>
background-color css

<style>
 a { background-color: #8CE165; }

 a { background-color: rgb(140,225,101); }

 div.DivClassName
 {
   background-color: #8CE165;
 }
 .BgClassName
 {
   background-color: #8CE165;
 }
</style>
border-color css

<style>
 span { border-color: #8CE165; }

 span { border-color: rgb(140,225,101); }

 td.TdClassName
 {
   border-color: #8CE165;
 }
 .TagClassName
 {
   border-color: #8CE165;
 }
</style>