#86CD5A

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

Shades of Mantis #86CD5A

Tints of Mantis #86CD5A

Color information

#86CD5A (or 0x86CD5A) is unknown color: approx Mantis. HEX triplet: 86, CD and 5A. RGB value is (134,205,90). Sum of RGB (Red+Green+Blue) = 134+205+90=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CD5A is #7932A5. Grayscale: #ABABAB. Windows color (decimal): -7942822 or 5950854. OLE color: 5950854.

HSL color Cylindrical-coordinate representation of color #86CD5A: hue angle of 97.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86CD5A is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB13420590-
CMYK0.3500.560.20
HSL97.04º53.49%57.84%-
HSV(B)97.04º56.1%80.39%-
XYZ33.5149.4717.46-
YUV170.6682.48101.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=31.24%
G=47.79%
B=20.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134205900.3500.560.2097.0453.4957.84
Hex86CD5A230381461353a
Octal20631513243070241416572
Binary100001101100110110110101000110111000101001100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,90); }

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

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

 a { background-color: rgb(134,205,90); }

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

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

 span { border-color: rgb(134,205,90); }

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