Html Css Color HEX #86C349 Mantis

📋 copy color: '#86C349'

red 134 ◦ green 195 ◦ blue 73

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

Shades of Mantis #86C349

Tints of Mantis #86C349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 33.33%
G = 48.51%
B = 18.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#86C349 (or 0x86C349) is known color: Mantis. HEX triplet: 86, C3 and 49. RGB value is (134,195,73). Sum of RGB (Red+Green+Blue) = 134+195+73=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #86C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C349 is #793CB6. Grayscale: #A3A3A3. Windows color (decimal): -7945399 or 4834182. OLE color: 4834182.

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

Color convert

RGB 134 195 73 -
CMYK 0.31 0 0.63 0.24
HSL 90º 0.5% 0.53% -
HSV(B) 90º 0.63% 0.76% -
XYZ 30.55 44.58 13.3 -
YUV 162.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 134 195 73 0.31 0 0.63 0.24 90 0.5 0.53
Hex 86 C3 49 1F 0 3F 18 5A 32 35
Octal 206 303 111 37 0 77 30 132 62 65
Binary 10000110 11000011 1001001 11111 0 111111 11000 1011010 110010 110101

Color Harmonies of #86C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C349

Black with #86C349

Text Example


Text Example

White with #86C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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