#86CF59

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

Shades of Mantis #86CF59

Tints of Mantis #86CF59

Color information

#86CF59 (or 0x86CF59) is unknown color: approx Mantis. HEX triplet: 86, CF and 59. RGB value is (134,207,89). Sum of RGB (Red+Green+Blue) = 134+207+89=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF59 is #7930A6. Grayscale: #ACACAC. Windows color (decimal): -7942311 or 5885830. OLE color: 5885830.

HSL color Cylindrical-coordinate representation of color #86CF59: hue angle of 97.12º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86CF59 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB13420789-
CMYK0.3500.570.19
HSL97.12º55.14%58.04%-
HSV(B)97.12º57%81.18%-
XYZ33.9550.4217.39-
YUV171.7281.32101.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 207 (81.25% from 255) = 48.14%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=31.16%
G=48.14%
B=20.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134207890.3500.570.1997.1255.1458.04
Hex86CF59230391361373a
Octal20631713143071231416772
Binary100001101100111110110011000110111001100111100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,89); }

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

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

 a { background-color: rgb(134,207,89); }

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

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

 span { border-color: rgb(134,207,89); }

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