#86DE5D

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

Shades of Mantis #86DE5D

Tints of Mantis #86DE5D

Color information

#86DE5D (or 0x86DE5D) is unknown color: approx Mantis. HEX triplet: 86, DE and 5D. RGB value is (134,222,93). Sum of RGB (Red+Green+Blue) = 134+222+93=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE5D is #7921A2. Grayscale: #B5B5B5. Windows color (decimal): -7938467 or 6151814. OLE color: 6151814.

HSL color Cylindrical-coordinate representation of color #86DE5D: hue angle of 100.93º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86DE5D is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB13422293-
CMYK0.4000.580.13
HSL100.93º66.15%61.76%-
HSV(B)100.93º58.11%87.06%-
XYZ37.9358.119.57-
YUV180.9878.3594.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 222 (87.11% from 255) = 49.44%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=29.84%
G=49.44%
B=20.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134222930.4000.580.13100.9366.1561.76
Hex86DE5D2803AD65423e
Octal206336135500721514510276
Binary100001101101111010111011010000111010110111001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,93); }

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

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

 a { background-color: rgb(134,222,93); }

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

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

 span { border-color: rgb(134,222,93); }

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