Html Css Color HEX #86BF47 Mantis

📋 copy color: '#86BF47'

red 134 ◦ green 191 ◦ blue 71

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

Shades of Mantis #86BF47

Tints of Mantis #86BF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 33.84%
G = 48.23%
B = 17.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#86BF47 (or 0x86BF47) is known color: Mantis. HEX triplet: 86, BF and 47. RGB value is (134,191,71). Sum of RGB (Red+Green+Blue) = 134+191+71=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF47 is #7940B8. Grayscale: #A0A0A0. Windows color (decimal): -7946425 or 4702086. OLE color: 4702086.

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

Color convert

RGB 134 191 71 -
CMYK 0.30 0 0.63 0.25
HSL 88.5º 0.48% 0.51% -
HSV(B) 88.5º 0.63% 0.75% -
XYZ 29.6 42.78 12.66 -
YUV 160.28 77.62 109.26 -
System Red Green Blue C M Y K H S L
Decimal 134 191 71 0.30 0 0.63 0.25 88.5 0.48 0.51
Hex 86 BF 47 1E 0 3F 19 58 30 33
Octal 206 277 107 36 0 77 31 130 60 63
Binary 10000110 10111111 1000111 11110 0 111111 11001 1011000 110000 110011

Color Harmonies of #86BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF47

Black with #86BF47

Text Example


Text Example

White with #86BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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