#86DE5C

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

Shades of Mantis #86DE5C

Tints of Mantis #86DE5C

Color information

#86DE5C (or 0x86DE5C) is unknown color: approx Mantis. HEX triplet: 86, DE and 5C. RGB value is (134,222,92). Sum of RGB (Red+Green+Blue) = 134+222+92=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE5C is #7921A3. Grayscale: #B5B5B5. Windows color (decimal): -7938468 or 6086278. OLE color: 6086278.

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

Color convert

RGB13422292-
CMYK0.4000.590.13
HSL100.62º66.33%61.57%-
HSV(B)100.62º58.56%87.06%-
XYZ37.8858.0819.34-
YUV180.8777.8594.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 222 (87.11% from 255) = 49.55%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=29.91%
G=49.55%
B=20.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134222920.4000.590.13100.6266.3361.57
Hex86DE5C2803BD65423e
Octal206336134500731514510276
Binary100001101101111010111001010000111011110111001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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