#86C558

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

Shades of Mantis #86C558

Tints of Mantis #86C558

Color information

#86C558 (or 0x86C558) is unknown color: approx Mantis. HEX triplet: 86, C5 and 58. RGB value is (134,197,88). Sum of RGB (Red+Green+Blue) = 134+197+88=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #86C558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C558 is #793AA7. Grayscale: #A6A6A6. Windows color (decimal): -7944872 or 5817734. OLE color: 5817734.

HSL color Cylindrical-coordinate representation of color #86C558: hue angle of 94.68º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86C558 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB13419788-
CMYK0.3200.550.23
HSL94.68º48.44%55.88%-
HSV(B)94.68º55.33%77.25%-
XYZ31.5645.7116.39-
YUV165.7484.13105.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 197 (77.34% from 255) = 47.02%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=31.98%
G=47.02%
B=21.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134197880.3200.550.2394.6848.4455.88
Hex86C55820037175f3038
Octal20630513040067271376070
Binary100001101100010110110001000000110111101111011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,197,88); }

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

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

 a { background-color: rgb(134,197,88); }

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

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

 span { border-color: rgb(134,197,88); }

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