Html Css Color HEX #86C873 Mantis

📋 copy color: '#86C873'

red 134 ◦ green 200 ◦ blue 115

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

Shades of Mantis #86C873

Tints of Mantis #86C873

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 29.84%
G = 44.54%
B = 25.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#86C873 (or 0x86C873) is known color: Mantis. HEX triplet: 86, C8 and 73. RGB value is (134,200,115). Sum of RGB (Red+Green+Blue) = 134+200+115=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #86C873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C873 is #79378C. Grayscale: #AAAAAA. Windows color (decimal): -7944077 or 7587974. OLE color: 7587974.

HSL color Cylindrical-coordinate representation of color #86C873: hue angle of 106.59º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86C873 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 115 -
CMYK 0.33 0 0.42 0.22
HSL 106.59º 0.44% 0.62% -
HSV(B) 106.59º 0.43% 0.78% -
XYZ 33.58 47.61 23.64 -
YUV 170.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 134 200 115 0.33 0 0.42 0.22 106.59 0.44 0.62
Hex 86 C8 73 21 0 2A 16 6B 2C 3E
Octal 206 310 163 41 0 52 26 153 54 76
Binary 10000110 11001000 1110011 100001 0 101010 10110 1101011 101100 111110

Color Harmonies of #86C873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C873

Black with #86C873

Text Example


Text Example

White with #86C873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,200,115); }

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

background-color css

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

 a { background-color: rgb(134,200,115); }

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

border-color css

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

 span { border-color: rgb(134,200,115); }

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