Html Css Color HEX #86C15C Mantis

📋 copy color: '#86C15C'

red 134 ◦ green 193 ◦ blue 92

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

Shades of Mantis #86C15C

Tints of Mantis #86C15C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.06%

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 31.98%
G = 46.06%
B = 21.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#86C15C (or 0x86C15C) is known color: Mantis. HEX triplet: 86, C1 and 5C. RGB value is (134,193,92). Sum of RGB (Red+Green+Blue) = 134+193+92=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #86C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C15C is #793EA3. Grayscale: #A4A4A4. Windows color (decimal): -7945892 or 6078854. OLE color: 6078854.

HSL color Cylindrical-coordinate representation of color #86C15C: hue angle of 95.05º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86C15C is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 92 -
CMYK 0.31 0 0.52 0.24
HSL 95.05º 0.45% 0.56% -
HSV(B) 95.05º 0.52% 0.76% -
XYZ 30.83 43.98 16.99 -
YUV 163.85 87.45 106.71 -
System Red Green Blue C M Y K H S L
Decimal 134 193 92 0.31 0 0.52 0.24 95.05 0.45 0.56
Hex 86 C1 5C 1F 0 34 18 5F 2D 38
Octal 206 301 134 37 0 64 30 137 55 70
Binary 10000110 11000001 1011100 11111 0 110100 11000 1011111 101101 111000

Color Harmonies of #86C15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C15C

Black with #86C15C

Text Example


Text Example

White with #86C15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,92); }

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

background-color css

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

 a { background-color: rgb(134,193,92); }

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

border-color css

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

 span { border-color: rgb(134,193,92); }

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