Html Css Color HEX #86C856 Mantis

📋 copy color: '#86C856'

red 134 ◦ green 200 ◦ blue 86

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

Shades of Mantis #86C856

Tints of Mantis #86C856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 31.9%
G = 47.62%
B = 20.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#86C856 (or 0x86C856) is known color: Mantis. HEX triplet: 86, C8 and 56. RGB value is (134,200,86). Sum of RGB (Red+Green+Blue) = 134+200+86=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #86C856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C856 is #7937A9. Grayscale: #A7A7A7. Windows color (decimal): -7944106 or 5687430. OLE color: 5687430.

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

Color convert

RGB 134 200 86 -
CMYK 0.33 0 0.57 0.22
HSL 94.74º 0.51% 0.56% -
HSV(B) 94.74º 0.57% 0.78% -
XYZ 32.17 47.05 16.19 -
YUV 167.27 82.13 104.27 -
System Red Green Blue C M Y K H S L
Decimal 134 200 86 0.33 0 0.57 0.22 94.74 0.51 0.56
Hex 86 C8 56 21 0 39 16 5F 33 38
Octal 206 310 126 41 0 71 26 137 63 70
Binary 10000110 11001000 1010110 100001 0 111001 10110 1011111 110011 111000

Color Harmonies of #86C856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C856

Black with #86C856

Text Example


Text Example

White with #86C856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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