#86E94E

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

Shades of Mantis #86E94E

Tints of Mantis #86E94E

Color information

#86E94E (or 0x86E94E) is unknown color: approx Mantis. HEX triplet: 86, E9 and 4E. RGB value is (134,233,78). Sum of RGB (Red+Green+Blue) = 134+233+78=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #86E94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E94E is #7916B1. Grayscale: #BABABA. Windows color (decimal): -7935666 or 5171590. OLE color: 5171590.

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

Color convert

RGB13423378-
CMYK0.4200.670.09
HSL98.32º77.89%60.98%-
HSV(B)98.32º66.52%91.37%-
XYZ40.3563.917.41-
YUV185.7367.291.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 233 (91.41% from 255) = 52.36%
BLUE value IS 78 (30.86% from 255) = 17.53%
R=30.11%
G=52.36%
B=17.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134233780.4200.670.0998.3277.8960.98
Hex86E94E2A0439624e3d
Octal2063511165201031114211675
Binary1000011011101001100111010101001000011100111000101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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