Html Css Color HEX #86CE49 Mantis

📋 copy color: '#86CE49'

red 134 ◦ green 206 ◦ blue 73

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

Shades of Mantis #86CE49

Tints of Mantis #86CE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.88%

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

R = 32.45%
G = 49.88%
B = 17.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#86CE49 (or 0x86CE49) is known color: Mantis. HEX triplet: 86, CE and 49. RGB value is (134,206,73). Sum of RGB (Red+Green+Blue) = 134+206+73=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CE49 is #7931B6. Grayscale: #A9A9A9. Windows color (decimal): -7942583 or 4836998. OLE color: 4836998.

HSL color Cylindrical-coordinate representation of color #86CE49: hue angle of 92.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86CE49 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 73 -
CMYK 0.35 0 0.65 0.19
HSL 92.48º 0.58% 0.55% -
HSV(B) 92.48º 0.65% 0.81% -
XYZ 33.11 49.69 14.15 -
YUV 169.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 134 206 73 0.35 0 0.65 0.19 92.48 0.58 0.55
Hex 86 CE 49 23 0 41 13 5C 3A 37
Octal 206 316 111 43 0 101 23 134 72 67
Binary 10000110 11001110 1001001 100011 0 1000001 10011 1011100 111010 110111

Color Harmonies of #86CE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE49

Black with #86CE49

Text Example


Text Example

White with #86CE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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