Html Css Color HEX #86D85A Mantis

📋 copy color: '#86D85A'

red 134 ◦ green 216 ◦ blue 90

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

Shades of Mantis #86D85A

Tints of Mantis #86D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 30.45%
G = 49.09%
B = 20.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#86D85A (or 0x86D85A) is known color: Mantis. HEX triplet: 86, D8 and 5A. RGB value is (134,216,90). Sum of RGB (Red+Green+Blue) = 134+216+90=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #86D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D85A is #7927A5. Grayscale: #B1B1B1. Windows color (decimal): -7940006 or 5953670. OLE color: 5953670.

HSL color Cylindrical-coordinate representation of color #86D85A: hue angle of 99.05º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86D85A is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 90 -
CMYK 0.38 0 0.58 0.15
HSL 99.05º 0.62% 0.6% -
HSV(B) 99.05º 0.58% 0.85% -
XYZ 36.23 54.92 18.36 -
YUV 177.12 78.83 97.25 -
System Red Green Blue C M Y K H S L
Decimal 134 216 90 0.38 0 0.58 0.15 99.05 0.62 0.6
Hex 86 D8 5A 26 0 3A F 63 3E 3C
Octal 206 330 132 46 0 72 17 143 76 74
Binary 10000110 11011000 1011010 100110 0 111010 1111 1100011 111110 111100

Color Harmonies of #86D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D85A

Black with #86D85A

Text Example


Text Example

White with #86D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,216,90); }

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

background-color css

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

 a { background-color: rgb(134,216,90); }

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

border-color css

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

 span { border-color: rgb(134,216,90); }

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