Html Css Color HEX #86C857 Mantis

📋 copy color: '#86C857'

red 134 ◦ green 200 ◦ blue 87

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

Shades of Mantis #86C857

Tints of Mantis #86C857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 31.83%
G = 47.51%
B = 20.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#86C857 (or 0x86C857) is known color: Mantis. HEX triplet: 86, C8 and 57. RGB value is (134,200,87). Sum of RGB (Red+Green+Blue) = 134+200+87=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #86C857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C857 is #7937A8. Grayscale: #A7A7A7. Windows color (decimal): -7944105 or 5752966. OLE color: 5752966.

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

Color convert

RGB 134 200 87 -
CMYK 0.33 0 0.56 0.22
HSL 95.04º 0.51% 0.56% -
HSV(B) 95.04º 0.57% 0.78% -
XYZ 32.21 47.07 16.4 -
YUV 167.38 82.63 104.19 -
System Red Green Blue C M Y K H S L
Decimal 134 200 87 0.33 0 0.56 0.22 95.04 0.51 0.56
Hex 86 C8 57 21 0 38 16 5F 33 38
Octal 206 310 127 41 0 70 26 137 63 70
Binary 10000110 11001000 1010111 100001 0 111000 10110 1011111 110011 111000

Color Harmonies of #86C857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C857

Black with #86C857

Text Example


Text Example

White with #86C857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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