Html Css Color HEX #86C95E Mantis

📋 copy color: '#86C95E'

red 134 ◦ green 201 ◦ blue 94

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

Shades of Mantis #86C95E

Tints of Mantis #86C95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 31.24%
G = 46.85%
B = 21.91%

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

#86C95E (or 0x86C95E) is known color: Mantis. HEX triplet: 86, C9 and 5E. RGB value is (134,201,94). Sum of RGB (Red+Green+Blue) = 134+201+94=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #86C95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C95E is #7936A1. Grayscale: #A9A9A9. Windows color (decimal): -7943842 or 6211974. OLE color: 6211974.

HSL color Cylindrical-coordinate representation of color #86C95E: hue angle of 97.57º 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 #86C95E is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 201 94 -
CMYK 0.33 0 0.53 0.21
HSL 97.57º 0.5% 0.58% -
HSV(B) 97.57º 0.53% 0.79% -
XYZ 32.74 47.65 18.06 -
YUV 168.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 134 201 94 0.33 0 0.53 0.21 97.57 0.5 0.58
Hex 86 C9 5E 21 0 35 15 62 32 3A
Octal 206 311 136 41 0 65 25 142 62 72
Binary 10000110 11001001 1011110 100001 0 110101 10101 1100010 110010 111010

Color Harmonies of #86C95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C95E

Black with #86C95E

Text Example


Text Example

White with #86C95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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