#86E15C

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

Shades of Mantis #86E15C

Tints of Mantis #86E15C

Color information

#86E15C (or 0x86E15C) is unknown color: approx Mantis. HEX triplet: 86, E1 and 5C. RGB value is (134,225,92). Sum of RGB (Red+Green+Blue) = 134+225+92=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #86E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E15C is #791EA3. Grayscale: #B7B7B7. Windows color (decimal): -7937700 or 6087046. OLE color: 6087046.

HSL color Cylindrical-coordinate representation of color #86E15C: hue angle of 101.05º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86E15C is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB13422592-
CMYK0.4000.590.12
HSL101.05º68.91%62.16%-
HSV(B)101.05º59.11%88.24%-
XYZ38.6959.6919.61-
YUV182.6376.8593.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 225 (88.28% from 255) = 49.89%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=29.71%
G=49.89%
B=20.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134225920.4000.590.12101.0568.9162.16
Hex86E15C2803BC65453e
Octal206341134500731414510576
Binary100001101110000110111001010000111011110011001011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86E15C; }

 p { color: rgb(134,225,92); }

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

<style>
 a { background-color: #86E15C; }

 a { background-color: rgb(134,225,92); }

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

<style>
 span { border-color: #86E15C; }

 span { border-color: rgb(134,225,92); }

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