#86CA46

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

Shades of Mantis #86CA46

Tints of Mantis #86CA46

Color information

#86CA46 (or 0x86CA46) is unknown color: approx Mantis. HEX triplet: 86, CA and 46. RGB value is (134,202,70). Sum of RGB (Red+Green+Blue) = 134+202+70=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA46 is #7935B9. Grayscale: #A7A7A7. Windows color (decimal): -7943610 or 4639366. OLE color: 4639366.

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

Color convert

RGB13420270-
CMYK0.3400.650.21
HSL90.91º55.46%53.33%-
HSV(B)90.91º65.35%79.22%-
XYZ32.0647.7513.32-
YUV166.6273.47104.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=33.00%
G=49.75%
B=17.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202700.3400.650.2190.9155.4653.33
Hex86CA4622041155b3735
Octal206312106420101251336765
Binary1000011011001010100011010001001000001101011011011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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