#86CA4B

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

Shades of Mantis #86CA4B

Tints of Mantis #86CA4B

Color information

#86CA4B (or 0x86CA4B) is unknown color: approx Mantis. HEX triplet: 86, CA and 4B. RGB value is (134,202,75). Sum of RGB (Red+Green+Blue) = 134+202+75=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA4B is #7935B4. Grayscale: #A7A7A7. Windows color (decimal): -7943605 or 4967046. OLE color: 4967046.

HSL color Cylindrical-coordinate representation of color #86CA4B: hue angle of 92.13º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86CA4B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB13420275-
CMYK0.3400.630.21
HSL92.13º54.51%54.31%-
HSV(B)92.13º62.87%79.22%-
XYZ32.2247.8214.19-
YUV167.1975.97104.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 202 (79.30% from 255) = 49.15%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=32.60%
G=49.15%
B=18.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202750.3400.630.2192.1354.5154.31
Hex86CA4B2203F155c3736
Octal20631211342077251346766
Binary100001101100101010010111000100111111101011011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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