Html Css Color HEX #86C366 Mantis

📋 copy color: '#86C366'

red 134 ◦ green 195 ◦ blue 102

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

Shades of Mantis #86C366

Tints of Mantis #86C366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.24%

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 31.09%
G = 45.24%
B = 23.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#86C366 (or 0x86C366) is known color: Mantis. HEX triplet: 86, C3 and 66. RGB value is (134,195,102). Sum of RGB (Red+Green+Blue) = 134+195+102=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #86C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C366 is #793C99. Grayscale: #A6A6A6. Windows color (decimal): -7945370 or 6734726. OLE color: 6734726.

HSL color Cylindrical-coordinate representation of color #86C366: hue angle of 99.35º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86C366 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 102 -
CMYK 0.31 0 0.48 0.24
HSL 99.35º 0.44% 0.58% -
HSV(B) 99.35º 0.48% 0.76% -
XYZ 31.74 45.06 19.59 -
YUV 166.16 91.79 105.06 -
System Red Green Blue C M Y K H S L
Decimal 134 195 102 0.31 0 0.48 0.24 99.35 0.44 0.58
Hex 86 C3 66 1F 0 30 18 63 2C 3A
Octal 206 303 146 37 0 60 30 143 54 72
Binary 10000110 11000011 1100110 11111 0 110000 11000 1100011 101100 111010

Color Harmonies of #86C366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C366

Black with #86C366

Text Example


Text Example

White with #86C366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,195,102); }

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

background-color css

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

 a { background-color: rgb(134,195,102); }

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

border-color css

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

 span { border-color: rgb(134,195,102); }

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