#86E35A

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

Shades of Mantis #86E35A

Tints of Mantis #86E35A

Color information

#86E35A (or 0x86E35A) is unknown color: approx Mantis. HEX triplet: 86, E3 and 5A. RGB value is (134,227,90). Sum of RGB (Red+Green+Blue) = 134+227+90=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #86E35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E35A is #791CA5. Grayscale: #B8B8B8. Windows color (decimal): -7937190 or 5956486. OLE color: 5956486.

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

Color convert

RGB13422790-
CMYK0.4100.600.11
HSL100.73º70.98%62.16%-
HSV(B)100.73º60.35%89.02%-
XYZ39.1560.7419.33-
YUV183.5875.1992.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 227 (89.06% from 255) = 50.33%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=29.71%
G=50.33%
B=19.96%

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
Decimal134227900.4100.600.11100.7370.9862.16
Hex86E35A2903CB65473e
Octal206343132510741314510776
Binary100001101110001110110101010010111100101111001011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,227,90); }

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

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

 a { background-color: rgb(134,227,90); }

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

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

 span { border-color: rgb(134,227,90); }

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