Html Css Color HEX #86C871 Mantis

📋 copy color: '#86C871'

red 134 ◦ green 200 ◦ blue 113

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

Shades of Mantis #86C871

Tints of Mantis #86C871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 29.98%
G = 44.74%
B = 25.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#86C871 (or 0x86C871) is known color: Mantis. HEX triplet: 86, C8 and 71. RGB value is (134,200,113). Sum of RGB (Red+Green+Blue) = 134+200+113=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #86C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C871 is #79378E. Grayscale: #AAAAAA. Windows color (decimal): -7944079 or 7456902. OLE color: 7456902.

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

Color convert

RGB 134 200 113 -
CMYK 0.33 0 0.44 0.22
HSL 105.52º 0.44% 0.61% -
HSV(B) 105.52º 0.44% 0.78% -
XYZ 33.47 47.57 23.04 -
YUV 170.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 134 200 113 0.33 0 0.44 0.22 105.52 0.44 0.61
Hex 86 C8 71 21 0 2C 16 6A 2C 3D
Octal 206 310 161 41 0 54 26 152 54 75
Binary 10000110 11001000 1110001 100001 0 101100 10110 1101010 101100 111101

Color Harmonies of #86C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C871

Black with #86C871

Text Example


Text Example

White with #86C871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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