#86E858

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

Shades of Mantis #86E858

Tints of Mantis #86E858

Color information

#86E858 (or 0x86E858) is unknown color: approx Mantis. HEX triplet: 86, E8 and 58. RGB value is (134,232,88). Sum of RGB (Red+Green+Blue) = 134+232+88=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #86E858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E858 is #7917A7. Grayscale: #BABABA. Windows color (decimal): -7935912 or 5826694. OLE color: 5826694.

HSL color Cylindrical-coordinate representation of color #86E858: hue angle of 100.83º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86E858 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB13423288-
CMYK0.4200.620.09
HSL100.83º75.79%62.75%-
HSV(B)100.83º62.07%90.98%-
XYZ40.4563.4919.35-
YUV186.2872.5390.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 232 (91.02% from 255) = 51.10%
BLUE value IS 88 (34.77% from 255) = 19.38%
R=29.52%
G=51.10%
B=19.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134232880.4200.620.09100.8375.7962.75
Hex86E8582A03E9654c3f
Octal206350130520761114511477
Binary100001101110100010110001010100111110100111001011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,232,88); }

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

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

 a { background-color: rgb(134,232,88); }

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

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

 span { border-color: rgb(134,232,88); }

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