Html Css Color HEX #86BF63 Mantis

📋 copy color: '#86BF63'

red 134 ◦ green 191 ◦ blue 99

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

Shades of Mantis #86BF63

Tints of Mantis #86BF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.35%

R = 31.6%
G = 45.05%
B = 23.35%

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

#86BF63 (or 0x86BF63) is known color: Mantis. HEX triplet: 86, BF and 63. RGB value is (134,191,99). Sum of RGB (Red+Green+Blue) = 134+191+99=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF63 is #79409C. Grayscale: #A3A3A3. Windows color (decimal): -7946397 or 6537094. OLE color: 6537094.

HSL color Cylindrical-coordinate representation of color #86BF63: hue angle of 97.17º 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 #86BF63 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 191 99 -
CMYK 0.30 0 0.48 0.25
HSL 97.17º 0.42% 0.57% -
HSV(B) 97.17º 0.48% 0.75% -
XYZ 30.71 43.23 18.53 -
YUV 163.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 134 191 99 0.30 0 0.48 0.25 97.17 0.42 0.57
Hex 86 BF 63 1E 0 30 19 61 2A 39
Octal 206 277 143 36 0 60 31 141 52 71
Binary 10000110 10111111 1100011 11110 0 110000 11001 1100001 101010 111001

Color Harmonies of #86BF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF63

Black with #86BF63

Text Example


Text Example

White with #86BF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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