Html Css Color HEX #86C64A Mantis

📋 copy color: '#86C64A'

red 134 ◦ green 198 ◦ blue 74

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

Shades of Mantis #86C64A

Tints of Mantis #86C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.77%

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 33%
G = 48.77%
B = 18.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#86C64A (or 0x86C64A) is known color: Mantis. HEX triplet: 86, C6 and 4A. RGB value is (134,198,74). Sum of RGB (Red+Green+Blue) = 134+198+74=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #86C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C64A is #7939B5. Grayscale: #A5A5A5. Windows color (decimal): -7944630 or 4900486. OLE color: 4900486.

HSL color Cylindrical-coordinate representation of color #86C64A: hue angle of 90.97º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86C64A is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 198 74 -
CMYK 0.32 0 0.63 0.22
HSL 90.97º 0.52% 0.53% -
HSV(B) 90.97º 0.63% 0.78% -
XYZ 31.26 45.95 13.7 -
YUV 164.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 134 198 74 0.32 0 0.63 0.22 90.97 0.52 0.53
Hex 86 C6 4A 20 0 3F 16 5B 34 35
Octal 206 306 112 40 0 77 26 133 64 65
Binary 10000110 11000110 1001010 100000 0 111111 10110 1011011 110100 110101

Color Harmonies of #86C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C64A

Black with #86C64A

Text Example


Text Example

White with #86C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,198,74); }

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

background-color css

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

 a { background-color: rgb(134,198,74); }

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

border-color css

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

 span { border-color: rgb(134,198,74); }

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