Html Css Color HEX #86D349 Mantis

📋 copy color: '#86D349'

red 134 ◦ green 211 ◦ blue 73

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

Shades of Mantis #86D349

Tints of Mantis #86D349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

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

R = 32.06%
G = 50.48%
B = 17.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#86D349 (or 0x86D349) is known color: Mantis. HEX triplet: 86, D3 and 49. RGB value is (134,211,73). Sum of RGB (Red+Green+Blue) = 134+211+73=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #86D349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D349 is #792CB6. Grayscale: #ACACAC. Windows color (decimal): -7941303 or 4838278. OLE color: 4838278.

HSL color Cylindrical-coordinate representation of color #86D349: hue angle of 93.48º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86D349 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 73 -
CMYK 0.36 0 0.65 0.17
HSL 93.48º 0.61% 0.56% -
HSV(B) 93.48º 0.65% 0.83% -
XYZ 34.33 52.14 14.56 -
YUV 172.25 71.99 100.72 -
System Red Green Blue C M Y K H S L
Decimal 134 211 73 0.36 0 0.65 0.17 93.48 0.61 0.56
Hex 86 D3 49 24 0 41 11 5D 3D 38
Octal 206 323 111 44 0 101 21 135 75 70
Binary 10000110 11010011 1001001 100100 0 1000001 10001 1011101 111101 111000

Color Harmonies of #86D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D349

Black with #86D349

Text Example


Text Example

White with #86D349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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