Html Css Color HEX #86C763 Mantis

📋 copy color: '#86C763'

red 134 ◦ green 199 ◦ blue 99

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

Shades of Mantis #86C763

Tints of Mantis #86C763

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 31.02%
G = 46.06%
B = 22.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#86C763 (or 0x86C763) is known color: Mantis. HEX triplet: 86, C7 and 63. RGB value is (134,199,99). Sum of RGB (Red+Green+Blue) = 134+199+99=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #86C763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C763 is #79389C. Grayscale: #A8A8A8. Windows color (decimal): -7944349 or 6539142. OLE color: 6539142.

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

Color convert

RGB 134 199 99 -
CMYK 0.33 0 0.50 0.22
HSL 99º 0.47% 0.58% -
HSV(B) 99º 0.5% 0.78% -
XYZ 32.51 46.82 19.13 -
YUV 168.17 88.97 103.63 -
System Red Green Blue C M Y K H S L
Decimal 134 199 99 0.33 0 0.50 0.22 99 0.47 0.58
Hex 86 C7 63 21 0 32 16 63 2F 3A
Octal 206 307 143 41 0 62 26 143 57 72
Binary 10000110 11000111 1100011 100001 0 110010 10110 1100011 101111 111010

Color Harmonies of #86C763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C763

Black with #86C763

Text Example


Text Example

White with #86C763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,199,99); }

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

background-color css

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

 a { background-color: rgb(134,199,99); }

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

border-color css

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

 span { border-color: rgb(134,199,99); }

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