#86DD56

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

Shades of Mantis #86DD56

Tints of Mantis #86DD56

Color information

#86DD56 (or 0x86DD56) is unknown color: approx Mantis. HEX triplet: 86, DD and 56. RGB value is (134,221,86). Sum of RGB (Red+Green+Blue) = 134+221+86=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD56 is #7922A9. Grayscale: #B4B4B4. Windows color (decimal): -7938730 or 5692806. OLE color: 5692806.

HSL color Cylindrical-coordinate representation of color #86DD56: hue angle of 98.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86DD56 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB13422186-
CMYK0.3900.610.13
HSL98.67º66.5%60.2%-
HSV(B)98.67º61.09%86.67%-
XYZ37.3757.4517.92-
YUV179.675.1895.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=30.39%
G=50.11%
B=19.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221860.3900.610.1398.6766.560.2
Hex86DD562703DD63433c
Octal206335126470751514310374
Binary100001101101110110101101001110111101110111000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,86); }

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

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

 a { background-color: rgb(134,221,86); }

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

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

 span { border-color: rgb(134,221,86); }

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