Html Css Color HEX #86D76B Mantis

📋 copy color: '#86D76B'

red 134 ◦ green 215 ◦ blue 107

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

Shades of Mantis #86D76B

Tints of Mantis #86D76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.15%

 BLUE value IS 107 (42.19% from 255) = 23.46%

R = 29.39%
G = 47.15%
B = 23.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#86D76B (or 0x86D76B) is known color: Mantis. HEX triplet: 86, D7 and 6B. RGB value is (134,215,107). Sum of RGB (Red+Green+Blue) = 134+215+107=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #86D76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D76B is #792894. Grayscale: #B2B2B2. Windows color (decimal): -7940245 or 7067526. OLE color: 7067526.

HSL color Cylindrical-coordinate representation of color #86D76B: hue angle of 105º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86D76B is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 107 -
CMYK 0.38 0 0.50 0.16
HSL 105º 0.57% 0.63% -
HSV(B) 105º 0.5% 0.84% -
XYZ 36.79 54.73 22.54 -
YUV 178.47 87.66 96.28 -
System Red Green Blue C M Y K H S L
Decimal 134 215 107 0.38 0 0.50 0.16 105 0.57 0.63
Hex 86 D7 6B 26 0 32 10 69 39 3F
Octal 206 327 153 46 0 62 20 151 71 77
Binary 10000110 11010111 1101011 100110 0 110010 10000 1101001 111001 111111

Color Harmonies of #86D76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D76B

Black with #86D76B

Text Example


Text Example

White with #86D76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,215,107); }

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

background-color css

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

 a { background-color: rgb(134,215,107); }

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

border-color css

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

 span { border-color: rgb(134,215,107); }

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