Html Css Color HEX #86C756 Mantis

📋 copy color: '#86C756'

red 134 ◦ green 199 ◦ blue 86

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

Shades of Mantis #86C756

Tints of Mantis #86C756

RGB

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

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

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

R = 31.98%
G = 47.49%
B = 20.53%

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

#86C756 (or 0x86C756) is known color: Mantis. HEX triplet: 86, C7 and 56. RGB value is (134,199,86). Sum of RGB (Red+Green+Blue) = 134+199+86=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #86C756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C756 is #7938A9. Grayscale: #A7A7A7. Windows color (decimal): -7944362 or 5687174. OLE color: 5687174.

HSL color Cylindrical-coordinate representation of color #86C756: hue angle of 94.51º degrees, saturation: 0.5, 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 #86C756 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 199 86 -
CMYK 0.33 0 0.57 0.22
HSL 94.51º 0.5% 0.56% -
HSV(B) 94.51º 0.57% 0.78% -
XYZ 31.93 46.59 16.11 -
YUV 166.68 82.47 104.69 -
System Red Green Blue C M Y K H S L
Decimal 134 199 86 0.33 0 0.57 0.22 94.51 0.5 0.56
Hex 86 C7 56 21 0 39 16 5F 32 38
Octal 206 307 126 41 0 71 26 137 62 70
Binary 10000110 11000111 1010110 100001 0 111001 10110 1011111 110010 111000

Color Harmonies of #86C756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C756

Black with #86C756

Text Example


Text Example

White with #86C756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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