Html Css Color HEX #86C14E Mantis

📋 copy color: '#86C14E'

red 134 ◦ green 193 ◦ blue 78

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

Shades of Mantis #86C14E

Tints of Mantis #86C14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.65%

 BLUE value IS 78 (30.86% from 255) = 19.26%

R = 33.09%
G = 47.65%
B = 19.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#86C14E (or 0x86C14E) is known color: Mantis. HEX triplet: 86, C1 and 4E. RGB value is (134,193,78). Sum of RGB (Red+Green+Blue) = 134+193+78=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #86C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C14E is #793EB1. Grayscale: #A2A2A2. Windows color (decimal): -7945906 or 5161350. OLE color: 5161350.

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

Color convert

RGB 134 193 78 -
CMYK 0.31 0 0.60 0.24
HSL 90.78º 0.48% 0.53% -
HSV(B) 90.78º 0.6% 0.76% -
XYZ 30.28 43.76 14.06 -
YUV 162.25 80.45 107.85 -
System Red Green Blue C M Y K H S L
Decimal 134 193 78 0.31 0 0.60 0.24 90.78 0.48 0.53
Hex 86 C1 4E 1F 0 3C 18 5B 30 35
Octal 206 301 116 37 0 74 30 133 60 65
Binary 10000110 11000001 1001110 11111 0 111100 11000 1011011 110000 110101

Color Harmonies of #86C14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C14E

Black with #86C14E

Text Example


Text Example

White with #86C14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,78); }

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

background-color css

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

 a { background-color: rgb(134,193,78); }

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

border-color css

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

 span { border-color: rgb(134,193,78); }

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