Html Css Color HEX #86C564 Mantis

📋 copy color: '#86C564'

red 134 ◦ green 197 ◦ blue 100

#86C564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #86C564

Tints of Mantis #86C564

RGB

 RED value IS 134 (52.73% from 255) = 31.09%

 GREEN value IS 197 (77.34% from 255) = 45.71%

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 31.09%
G = 45.71%
B = 23.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#86C564 (or 0x86C564) is known color: Mantis. HEX triplet: 86, C5 and 64. RGB value is (134,197,100). Sum of RGB (Red+Green+Blue) = 134+197+100=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #86C564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C564 is #793A9B. Grayscale: #A7A7A7. Windows color (decimal): -7944860 or 6604166. OLE color: 6604166.

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

Color convert

RGB 134 197 100 -
CMYK 0.32 0 0.49 0.23
HSL 98.97º 0.46% 0.58% -
HSV(B) 98.97º 0.49% 0.77% -
XYZ 32.1 45.92 19.23 -
YUV 167.11 90.13 104.39 -
System Red Green Blue C M Y K H S L
Decimal 134 197 100 0.32 0 0.49 0.23 98.97 0.46 0.58
Hex 86 C5 64 20 0 31 17 63 2E 3A
Octal 206 305 144 40 0 61 27 143 56 72
Binary 10000110 11000101 1100100 100000 0 110001 10111 1100011 101110 111010

Color Harmonies of #86C564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C564

Black with #86C564

Text Example


Text Example

White with #86C564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86C564;
 }
 .AnyTagClassName
 {
   color: #86C564;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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