#86DF53

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

Shades of Mantis #86DF53

Tints of Mantis #86DF53

Color information

#86DF53 (or 0x86DF53) is unknown color: approx Mantis. HEX triplet: 86, DF and 53. RGB value is (134,223,83). Sum of RGB (Red+Green+Blue) = 134+223+83=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF53 is #7920AC. Grayscale: #B4B4B4. Windows color (decimal): -7938221 or 5496710. OLE color: 5496710.

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

Color convert

RGB13422383-
CMYK0.4000.630.13
HSL98.14º68.63%60%-
HSV(B)98.14º62.78%87.45%-
XYZ37.7858.4717.48-
YUV180.4373.0194.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 223 (87.5% from 255) = 50.68%
BLUE value IS 83 (32.81% from 255) = 18.86%
R=30.45%
G=50.68%
B=18.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134223830.4000.630.1398.1468.6360
Hex86DF532803FD62453c
Octal206337123500771514210574
Binary100001101101111110100111010000111111110111000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,83); }

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

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

 a { background-color: rgb(134,223,83); }

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

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

 span { border-color: rgb(134,223,83); }

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