Html Css Color HEX #86C35D Mantis

📋 copy color: '#86C35D'

red 134 ◦ green 195 ◦ blue 93

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

Shades of Mantis #86C35D

Tints of Mantis #86C35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 31.75%
G = 46.21%
B = 22.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#86C35D (or 0x86C35D) is known color: Mantis. HEX triplet: 86, C3 and 5D. RGB value is (134,195,93). Sum of RGB (Red+Green+Blue) = 134+195+93=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #86C35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C35D is #793CA2. Grayscale: #A5A5A5. Windows color (decimal): -7945379 or 6144902. OLE color: 6144902.

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

Color convert

RGB 134 195 93 -
CMYK 0.31 0 0.52 0.24
HSL 95.88º 0.46% 0.56% -
HSV(B) 95.88º 0.52% 0.76% -
XYZ 31.32 44.89 17.37 -
YUV 165.13 87.29 105.79 -
System Red Green Blue C M Y K H S L
Decimal 134 195 93 0.31 0 0.52 0.24 95.88 0.46 0.56
Hex 86 C3 5D 1F 0 34 18 60 2E 38
Octal 206 303 135 37 0 64 30 140 56 70
Binary 10000110 11000011 1011101 11111 0 110100 11000 1100000 101110 111000

Color Harmonies of #86C35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C35D

Black with #86C35D

Text Example


Text Example

White with #86C35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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