Html Css Color HEX #86D75F Mantis

📋 copy color: '#86D75F'

red 134 ◦ green 215 ◦ blue 95

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

Shades of Mantis #86D75F

Tints of Mantis #86D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 30.18%
G = 48.42%
B = 21.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#86D75F (or 0x86D75F) is known color: Mantis. HEX triplet: 86, D7 and 5F. RGB value is (134,215,95). Sum of RGB (Red+Green+Blue) = 134+215+95=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #86D75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D75F is #7928A0. Grayscale: #B1B1B1. Windows color (decimal): -7940257 or 6281094. OLE color: 6281094.

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

Color convert

RGB 134 215 95 -
CMYK 0.38 0 0.56 0.16
HSL 100.5º 0.6% 0.61% -
HSV(B) 100.5º 0.56% 0.84% -
XYZ 36.2 54.5 19.44 -
YUV 177.1 81.66 97.26 -
System Red Green Blue C M Y K H S L
Decimal 134 215 95 0.38 0 0.56 0.16 100.5 0.6 0.61
Hex 86 D7 5F 26 0 38 10 64 3C 3D
Octal 206 327 137 46 0 70 20 144 74 75
Binary 10000110 11010111 1011111 100110 0 111000 10000 1100100 111100 111101

Color Harmonies of #86D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D75F

Black with #86D75F

Text Example


Text Example

White with #86D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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