#86E45B

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

Shades of Mantis #86E45B

Tints of Mantis #86E45B

Color information

#86E45B (or 0x86E45B) is unknown color: approx Mantis. HEX triplet: 86, E4 and 5B. RGB value is (134,228,91). Sum of RGB (Red+Green+Blue) = 134+228+91=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #86E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E45B is #791BA4. Grayscale: #B8B8B8. Windows color (decimal): -7936933 or 6022278. OLE color: 6022278.

HSL color Cylindrical-coordinate representation of color #86E45B: hue angle of 101.17º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86E45B is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB13422891-
CMYK0.4100.600.11
HSL101.17º71.73%62.55%-
HSV(B)101.17º60.09%89.41%-
XYZ39.4661.3119.65-
YUV184.2875.3692.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 228 (89.45% from 255) = 50.33%
BLUE value IS 91 (35.94% from 255) = 20.09%
R=29.58%
G=50.33%
B=20.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134228910.4100.600.11101.1771.7362.55
Hex86E45B2903CB65483f
Octal206344133510741314511077
Binary100001101110010010110111010010111100101111001011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,228,91); }

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

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

 a { background-color: rgb(134,228,91); }

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

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

 span { border-color: rgb(134,228,91); }

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