Html Css Color HEX #86D85F Mantis

📋 copy color: '#86D85F'

red 134 ◦ green 216 ◦ blue 95

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

Shades of Mantis #86D85F

Tints of Mantis #86D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 30.11%
G = 48.54%
B = 21.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#86D85F (or 0x86D85F) is known color: Mantis. HEX triplet: 86, D8 and 5F. RGB value is (134,216,95). Sum of RGB (Red+Green+Blue) = 134+216+95=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #86D85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D85F is #7927A0. Grayscale: #B2B2B2. Windows color (decimal): -7940001 or 6281350. OLE color: 6281350.

HSL color Cylindrical-coordinate representation of color #86D85F: hue angle of 100.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86D85F is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 95 -
CMYK 0.38 0 0.56 0.15
HSL 100.66º 0.61% 0.61% -
HSV(B) 100.66º 0.56% 0.85% -
XYZ 36.45 55.01 19.52 -
YUV 177.69 81.33 96.84 -
System Red Green Blue C M Y K H S L
Decimal 134 216 95 0.38 0 0.56 0.15 100.66 0.61 0.61
Hex 86 D8 5F 26 0 38 F 65 3D 3D
Octal 206 330 137 46 0 70 17 145 75 75
Binary 10000110 11011000 1011111 100110 0 111000 1111 1100101 111101 111101

Color Harmonies of #86D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D85F

Black with #86D85F

Text Example


Text Example

White with #86D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,216,95); }

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

background-color css

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

 a { background-color: rgb(134,216,95); }

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

border-color css

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

 span { border-color: rgb(134,216,95); }

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