#86F14E

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

Shades of Mantis #86F14E

Tints of Mantis #86F14E

Color information

#86F14E (or 0x86F14E) is unknown color: approx Mantis. HEX triplet: 86, F1 and 4E. RGB value is (134,241,78). Sum of RGB (Red+Green+Blue) = 134+241+78=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #86F14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F14E is #790EB1. Grayscale: #BEBEBE. Windows color (decimal): -7933618 or 5173638. OLE color: 5173638.

HSL color Cylindrical-coordinate representation of color #86F14E: hue angle of 99.39º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86F14E is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB13424178-
CMYK0.4400.680.05
HSL99.39º85.34%62.55%-
HSV(B)99.39º67.63%94.51%-
XYZ42.6668.5318.19-
YUV190.4264.5587.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 241 (94.53% from 255) = 53.20%
BLUE value IS 78 (30.86% from 255) = 17.22%
R=29.58%
G=53.20%
B=17.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134241780.4400.680.0599.3985.3462.55
Hex86F14E2C044563553f
Octal206361116540104514312577
Binary100001101111000110011101011000100010010111000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,78); }

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

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

 a { background-color: rgb(134,241,78); }

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

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

 span { border-color: rgb(134,241,78); }

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