Html Css Color HEX #86C85B Mantis

📋 copy color: '#86C85B'

red 134 ◦ green 200 ◦ blue 91

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

Shades of Mantis #86C85B

Tints of Mantis #86C85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 31.53%
G = 47.06%
B = 21.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#86C85B (or 0x86C85B) is known color: Mantis. HEX triplet: 86, C8 and 5B. RGB value is (134,200,91). Sum of RGB (Red+Green+Blue) = 134+200+91=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #86C85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C85B is #7937A4. Grayscale: #A8A8A8. Windows color (decimal): -7944101 or 6015110. OLE color: 6015110.

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

Color convert

RGB 134 200 91 -
CMYK 0.33 0 0.54 0.22
HSL 96.33º 0.5% 0.57% -
HSV(B) 96.33º 0.55% 0.78% -
XYZ 32.37 47.13 17.29 -
YUV 167.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 134 200 91 0.33 0 0.54 0.22 96.33 0.5 0.57
Hex 86 C8 5B 21 0 36 16 60 32 39
Octal 206 310 133 41 0 66 26 140 62 71
Binary 10000110 11001000 1011011 100001 0 110110 10110 1100000 110010 111001

Color Harmonies of #86C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C85B

Black with #86C85B

Text Example


Text Example

White with #86C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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