Html Css Color HEX #86C373 Mantis

📋 copy color: '#86C373'

red 134 ◦ green 195 ◦ blue 115

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

Shades of Mantis #86C373

Tints of Mantis #86C373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.9%

R = 30.18%
G = 43.92%
B = 25.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#86C373 (or 0x86C373) is known color: Mantis. HEX triplet: 86, C3 and 73. RGB value is (134,195,115). Sum of RGB (Red+Green+Blue) = 134+195+115=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #86C373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C373 is #793C8C. Grayscale: #A7A7A7. Windows color (decimal): -7945357 or 7586694. OLE color: 7586694.

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

Color convert

RGB 134 195 115 -
CMYK 0.31 0 0.41 0.24
HSL 105.75º 0.4% 0.61% -
HSV(B) 105.75º 0.41% 0.76% -
XYZ 32.44 45.34 23.26 -
YUV 167.64 98.29 104 -
System Red Green Blue C M Y K H S L
Decimal 134 195 115 0.31 0 0.41 0.24 105.75 0.4 0.61
Hex 86 C3 73 1F 0 29 18 6A 28 3D
Octal 206 303 163 37 0 51 30 152 50 75
Binary 10000110 11000011 1110011 11111 0 101001 11000 1101010 101000 111101

Color Harmonies of #86C373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C373

Black with #86C373

Text Example


Text Example

White with #86C373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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