Html Css Color HEX #86D64A Mantis

📋 copy color: '#86D64A'

red 134 ◦ green 214 ◦ blue 74

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

Shades of Mantis #86D64A

Tints of Mantis #86D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.71%

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

R = 31.75%
G = 50.71%
B = 17.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#86D64A (or 0x86D64A) is known color: Mantis. HEX triplet: 86, D6 and 4A. RGB value is (134,214,74). Sum of RGB (Red+Green+Blue) = 134+214+74=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #86D64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D64A is #7929B5. Grayscale: #AEAEAE. Windows color (decimal): -7940534 or 4904582. OLE color: 4904582.

HSL color Cylindrical-coordinate representation of color #86D64A: hue angle of 94.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86D64A is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 74 -
CMYK 0.37 0 0.65 0.16
HSL 94.29º 0.63% 0.56% -
HSV(B) 94.29º 0.65% 0.84% -
XYZ 35.11 53.66 14.98 -
YUV 174.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 134 214 74 0.37 0 0.65 0.16 94.29 0.63 0.56
Hex 86 D6 4A 25 0 41 10 5E 3F 38
Octal 206 326 112 45 0 101 20 136 77 70
Binary 10000110 11010110 1001010 100101 0 1000001 10000 1011110 111111 111000

Color Harmonies of #86D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D64A

Black with #86D64A

Text Example


Text Example

White with #86D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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