Html Css Color HEX #86C854 Mantis

📋 copy color: '#86C854'

red 134 ◦ green 200 ◦ blue 84

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

Shades of Mantis #86C854

Tints of Mantis #86C854

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.85%

 BLUE value IS 84 (33.2% from 255) = 20.1%

R = 32.06%
G = 47.85%
B = 20.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#86C854 (or 0x86C854) is known color: Mantis. HEX triplet: 86, C8 and 54. RGB value is (134,200,84). Sum of RGB (Red+Green+Blue) = 134+200+84=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #86C854 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C854 is #7937AB. Grayscale: #A7A7A7. Windows color (decimal): -7944108 or 5556358. OLE color: 5556358.

HSL color Cylindrical-coordinate representation of color #86C854: hue angle of 94.14º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86C854 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 84 -
CMYK 0.33 0 0.58 0.22
HSL 94.14º 0.51% 0.56% -
HSV(B) 94.14º 0.58% 0.78% -
XYZ 32.09 47.02 15.77 -
YUV 167.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 134 200 84 0.33 0 0.58 0.22 94.14 0.51 0.56
Hex 86 C8 54 21 0 3A 16 5E 33 38
Octal 206 310 124 41 0 72 26 136 63 70
Binary 10000110 11001000 1010100 100001 0 111010 10110 1011110 110011 111000

Color Harmonies of #86C854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C854

Black with #86C854

Text Example


Text Example

White with #86C854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,200,84); }

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

background-color css

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

 a { background-color: rgb(134,200,84); }

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

border-color css

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

 span { border-color: rgb(134,200,84); }

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