#86CD50

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

Shades of Mantis #86CD50

Tints of Mantis #86CD50

Color information

#86CD50 (or 0x86CD50) is unknown color: approx Mantis. HEX triplet: 86, CD and 50. RGB value is (134,205,80). Sum of RGB (Red+Green+Blue) = 134+205+80=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CD50 is #7932AF. Grayscale: #A9A9A9. Windows color (decimal): -7942832 or 5295494. OLE color: 5295494.

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

Color convert

RGB13420580-
CMYK0.3500.610.20
HSL94.08º55.56%55.88%-
HSV(B)94.08º60.98%80.39%-
XYZ33.1149.3115.36-
YUV169.5277.48102.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 205 (80.47% from 255) = 48.93%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=31.98%
G=48.93%
B=19.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134205800.3500.610.2094.0855.5655.88
Hex86CD502303D145e3838
Octal20631512043075241367070
Binary100001101100110110100001000110111101101001011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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