Html Css Color HEX #86C95F Mantis

📋 copy color: '#86C95F'

red 134 ◦ green 201 ◦ blue 95

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

Shades of Mantis #86C95F

Tints of Mantis #86C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.74%

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

R = 31.16%
G = 46.74%
B = 22.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#86C95F (or 0x86C95F) is known color: Mantis. HEX triplet: 86, C9 and 5F. RGB value is (134,201,95). Sum of RGB (Red+Green+Blue) = 134+201+95=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #86C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C95F is #7936A0. Grayscale: #A9A9A9. Windows color (decimal): -7943841 or 6277510. OLE color: 6277510.

HSL color Cylindrical-coordinate representation of color #86C95F: hue angle of 97.92º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86C95F is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 201 95 -
CMYK 0.33 0 0.53 0.21
HSL 97.92º 0.5% 0.58% -
HSV(B) 97.92º 0.53% 0.79% -
XYZ 32.78 47.67 18.3 -
YUV 168.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 134 201 95 0.33 0 0.53 0.21 97.92 0.5 0.58
Hex 86 C9 5F 21 0 35 15 62 32 3A
Octal 206 311 137 41 0 65 25 142 62 72
Binary 10000110 11001001 1011111 100001 0 110101 10101 1100010 110010 111010

Color Harmonies of #86C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C95F

Black with #86C95F

Text Example


Text Example

White with #86C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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