Html Css Color HEX #86C95D Mantis

📋 copy color: '#86C95D'

red 134 ◦ green 201 ◦ blue 93

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

Shades of Mantis #86C95D

Tints of Mantis #86C95D

RGB

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

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

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

R = 31.31%
G = 46.96%
B = 21.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#86C95D (or 0x86C95D) is known color: Mantis. HEX triplet: 86, C9 and 5D. RGB value is (134,201,93). Sum of RGB (Red+Green+Blue) = 134+201+93=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #86C95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C95D is #7936A2. Grayscale: #A9A9A9. Windows color (decimal): -7943843 or 6146438. OLE color: 6146438.

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

Color convert

RGB 134 201 93 -
CMYK 0.33 0 0.54 0.21
HSL 97.22º 0.5% 0.58% -
HSV(B) 97.22º 0.54% 0.79% -
XYZ 32.69 47.63 17.83 -
YUV 168.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 134 201 93 0.33 0 0.54 0.21 97.22 0.5 0.58
Hex 86 C9 5D 21 0 36 15 61 32 3A
Octal 206 311 135 41 0 66 25 141 62 72
Binary 10000110 11001001 1011101 100001 0 110110 10101 1100001 110010 111010

Color Harmonies of #86C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C95D

Black with #86C95D

Text Example


Text Example

White with #86C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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