Html Css Color HEX #86BF64 Mantis

📋 copy color: '#86BF64'

red 134 ◦ green 191 ◦ blue 100

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

Shades of Mantis #86BF64

Tints of Mantis #86BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 31.53%
G = 44.94%
B = 23.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#86BF64 (or 0x86BF64) is known color: Mantis. HEX triplet: 86, BF and 64. RGB value is (134,191,100). Sum of RGB (Red+Green+Blue) = 134+191+100=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF64 is #79409B. Grayscale: #A3A3A3. Windows color (decimal): -7946396 or 6602630. OLE color: 6602630.

HSL color Cylindrical-coordinate representation of color #86BF64: hue angle of 97.58º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86BF64 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 191 100 -
CMYK 0.30 0 0.48 0.25
HSL 97.58º 0.42% 0.57% -
HSV(B) 97.58º 0.48% 0.75% -
XYZ 30.76 43.25 18.78 -
YUV 163.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 134 191 100 0.30 0 0.48 0.25 97.58 0.42 0.57
Hex 86 BF 64 1E 0 30 19 62 2A 39
Octal 206 277 144 36 0 60 31 142 52 71
Binary 10000110 10111111 1100100 11110 0 110000 11001 1100010 101010 111001

Color Harmonies of #86BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF64

Black with #86BF64

Text Example


Text Example

White with #86BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,191,100); }

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

background-color css

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

 a { background-color: rgb(134,191,100); }

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

border-color css

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

 span { border-color: rgb(134,191,100); }

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