#86D94B

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

Shades of Mantis #86D94B

Tints of Mantis #86D94B

Color information

#86D94B (or 0x86D94B) is unknown color: approx Mantis. HEX triplet: 86, D9 and 4B. RGB value is (134,217,75). Sum of RGB (Red+Green+Blue) = 134+217+75=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #86D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D94B is #7926B4. Grayscale: #B0B0B0. Windows color (decimal): -7939765 or 4970886. OLE color: 4970886.

HSL color Cylindrical-coordinate representation of color #86D94B: hue angle of 95.07º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86D94B is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB13421775-
CMYK0.3800.650.15
HSL95.07º65.14%57.25%-
HSV(B)95.07º65.44%85.1%-
XYZ35.9155.215.42-
YUV1767198.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 217 (85.16% from 255) = 50.94%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=31.46%
G=50.94%
B=17.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134217750.3800.650.1595.0765.1457.25
Hex86D94B26041F5f4139
Octal2063311134601011713710171
Binary1000011011011001100101110011001000001111110111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,217,75); }

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

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

 a { background-color: rgb(134,217,75); }

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

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

 span { border-color: rgb(134,217,75); }

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