Html Css Color HEX #86CA71 Mantis

📋 copy color: '#86CA71'

red 134 ◦ green 202 ◦ blue 113

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

Shades of Mantis #86CA71

Tints of Mantis #86CA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.99%

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

R = 29.84%
G = 44.99%
B = 25.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#86CA71 (or 0x86CA71) is known color: Mantis. HEX triplet: 86, CA and 71. RGB value is (134,202,113). Sum of RGB (Red+Green+Blue) = 134+202+113=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA71 is #79358E. Grayscale: #ABABAB. Windows color (decimal): -7943567 or 7457414. OLE color: 7457414.

HSL color Cylindrical-coordinate representation of color #86CA71: hue angle of 105.84º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CA71 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 113 -
CMYK 0.34 0 0.44 0.21
HSL 105.84º 0.46% 0.62% -
HSV(B) 105.84º 0.44% 0.79% -
XYZ 33.93 48.5 23.2 -
YUV 171.52 94.97 101.24 -
System Red Green Blue C M Y K H S L
Decimal 134 202 113 0.34 0 0.44 0.21 105.84 0.46 0.62
Hex 86 CA 71 22 0 2C 15 6A 2E 3E
Octal 206 312 161 42 0 54 25 152 56 76
Binary 10000110 11001010 1110001 100010 0 101100 10101 1101010 101110 111110

Color Harmonies of #86CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA71

Black with #86CA71

Text Example


Text Example

White with #86CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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