Html Css Color HEX #86D363 Mantis

📋 copy color: '#86D363'

red 134 ◦ green 211 ◦ blue 99

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

Shades of Mantis #86D363

Tints of Mantis #86D363

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 30.18%
G = 47.52%
B = 22.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#86D363 (or 0x86D363) is known color: Mantis. HEX triplet: 86, D3 and 63. RGB value is (134,211,99). Sum of RGB (Red+Green+Blue) = 134+211+99=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #86D363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D363 is #792C9C. Grayscale: #AFAFAF. Windows color (decimal): -7941277 or 6542214. OLE color: 6542214.

HSL color Cylindrical-coordinate representation of color #86D363: hue angle of 101.25º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86D363 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 99 -
CMYK 0.36 0 0.53 0.17
HSL 101.25º 0.56% 0.61% -
HSV(B) 101.25º 0.53% 0.83% -
XYZ 35.38 52.56 20.08 -
YUV 175.21 84.99 98.61 -
System Red Green Blue C M Y K H S L
Decimal 134 211 99 0.36 0 0.53 0.17 101.25 0.56 0.61
Hex 86 D3 63 24 0 35 11 65 38 3D
Octal 206 323 143 44 0 65 21 145 70 75
Binary 10000110 11010011 1100011 100100 0 110101 10001 1100101 111000 111101

Color Harmonies of #86D363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D363

Black with #86D363

Text Example


Text Example

White with #86D363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,211,99); }

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

background-color css

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

 a { background-color: rgb(134,211,99); }

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

border-color css

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

 span { border-color: rgb(134,211,99); }

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