Html Css Color HEX #86CA5C Mantis

📋 copy color: '#86CA5C'

red 134 ◦ green 202 ◦ blue 92

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

Shades of Mantis #86CA5C

Tints of Mantis #86CA5C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

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

R = 31.31%
G = 47.2%
B = 21.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#86CA5C (or 0x86CA5C) is known color: Mantis. HEX triplet: 86, CA and 5C. RGB value is (134,202,92). Sum of RGB (Red+Green+Blue) = 134+202+92=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA5C is #7935A3. Grayscale: #A9A9A9. Windows color (decimal): -7943588 or 6081158. OLE color: 6081158.

HSL color Cylindrical-coordinate representation of color #86CA5C: hue angle of 97.09º degrees, saturation: 0.51, 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 #86CA5C is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 92 -
CMYK 0.34 0 0.54 0.21
HSL 97.09º 0.51% 0.58% -
HSV(B) 97.09º 0.54% 0.79% -
XYZ 32.88 48.08 17.67 -
YUV 169.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 134 202 92 0.34 0 0.54 0.21 97.09 0.51 0.58
Hex 86 CA 5C 22 0 36 15 61 33 3A
Octal 206 312 134 42 0 66 25 141 63 72
Binary 10000110 11001010 1011100 100010 0 110110 10101 1100001 110011 111010

Color Harmonies of #86CA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA5C

Black with #86CA5C

Text Example


Text Example

White with #86CA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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