Html Css Color HEX #86C850 Mantis

📋 copy color: '#86C850'

red 134 ◦ green 200 ◦ blue 80

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

Shades of Mantis #86C850

Tints of Mantis #86C850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 32.37%
G = 48.31%
B = 19.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#86C850 (or 0x86C850) is known color: Mantis. HEX triplet: 86, C8 and 50. RGB value is (134,200,80). Sum of RGB (Red+Green+Blue) = 134+200+80=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #86C850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C850 is #7937AF. Grayscale: #A7A7A7. Windows color (decimal): -7944112 or 5294214. OLE color: 5294214.

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

Color convert

RGB 134 200 80 -
CMYK 0.33 0 0.6 0.22
HSL 93º 0.52% 0.55% -
HSV(B) 93º 0.6% 0.78% -
XYZ 31.93 46.96 14.97 -
YUV 166.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 134 200 80 0.33 0 0.6 0.22 93 0.52 0.55
Hex 86 C8 50 21 0 3C 16 5D 34 37
Octal 206 310 120 41 0 74 26 135 64 67
Binary 10000110 11001000 1010000 100001 0 111100 10110 1011101 110100 110111

Color Harmonies of #86C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C850

Black with #86C850

Text Example


Text Example

White with #86C850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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