Html Css Color HEX #86C866 Mantis

📋 copy color: '#86C866'

red 134 ◦ green 200 ◦ blue 102

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

Shades of Mantis #86C866

Tints of Mantis #86C866

RGB

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

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

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

R = 30.73%
G = 45.87%
B = 23.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#86C866 (or 0x86C866) is known color: Mantis. HEX triplet: 86, C8 and 66. RGB value is (134,200,102). Sum of RGB (Red+Green+Blue) = 134+200+102=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #86C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C866 is #793799. Grayscale: #A9A9A9. Windows color (decimal): -7944090 or 6736006. OLE color: 6736006.

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

Color convert

RGB 134 200 102 -
CMYK 0.33 0 0.49 0.22
HSL 100.41º 0.47% 0.59% -
HSV(B) 100.41º 0.49% 0.78% -
XYZ 32.88 47.34 19.97 -
YUV 169.09 90.13 102.97 -
System Red Green Blue C M Y K H S L
Decimal 134 200 102 0.33 0 0.49 0.22 100.41 0.47 0.59
Hex 86 C8 66 21 0 31 16 64 2F 3B
Octal 206 310 146 41 0 61 26 144 57 73
Binary 10000110 11001000 1100110 100001 0 110001 10110 1100100 101111 111011

Color Harmonies of #86C866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C866

Black with #86C866

Text Example


Text Example

White with #86C866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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