Html Css Color HEX #86BF5D Mantis

📋 copy color: '#86BF5D'

red 134 ◦ green 191 ◦ blue 93

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

Shades of Mantis #86BF5D

Tints of Mantis #86BF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 32.06%
G = 45.69%
B = 22.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#86BF5D (or 0x86BF5D) is known color: Mantis. HEX triplet: 86, BF and 5D. RGB value is (134,191,93). Sum of RGB (Red+Green+Blue) = 134+191+93=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF5D is #7940A2. Grayscale: #A3A3A3. Windows color (decimal): -7946403 or 6143878. OLE color: 6143878.

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

Color convert

RGB 134 191 93 -
CMYK 0.30 0 0.51 0.25
HSL 94.9º 0.43% 0.56% -
HSV(B) 94.9º 0.51% 0.75% -
XYZ 30.44 43.12 17.07 -
YUV 162.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 134 191 93 0.30 0 0.51 0.25 94.9 0.43 0.56
Hex 86 BF 5D 1E 0 33 19 5F 2B 38
Octal 206 277 135 36 0 63 31 137 53 70
Binary 10000110 10111111 1011101 11110 0 110011 11001 1011111 101011 111000

Color Harmonies of #86BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF5D

Black with #86BF5D

Text Example


Text Example

White with #86BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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