Html Css Color HEX #86E163 Mantis

📋 copy color: '#86E163'

red 134 ◦ green 225 ◦ blue 99

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

Shades of Mantis #86E163

Tints of Mantis #86E163

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.13%

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

R = 29.26%
G = 49.13%
B = 21.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#86E163 (or 0x86E163) is known color: Mantis. HEX triplet: 86, E1 and 63. RGB value is (134,225,99). Sum of RGB (Red+Green+Blue) = 134+225+99=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #86E163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E163 is #791E9C. Grayscale: #B7B7B7. Windows color (decimal): -7937693 or 6545798. OLE color: 6545798.

HSL color Cylindrical-coordinate representation of color #86E163: hue angle of 103.33º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86E163 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 99 -
CMYK 0.40 0 0.56 0.12
HSL 103.33º 0.68% 0.64% -
HSV(B) 103.33º 0.56% 0.88% -
XYZ 39.01 59.82 21.29 -
YUV 183.43 80.35 92.75 -
System Red Green Blue C M Y K H S L
Decimal 134 225 99 0.40 0 0.56 0.12 103.33 0.68 0.64
Hex 86 E1 63 28 0 38 C 67 44 40
Octal 206 341 143 50 0 70 14 147 104 100
Binary 10000110 11100001 1100011 101000 0 111000 1100 1100111 1000100 1000000

Color Harmonies of #86E163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E163

Black with #86E163

Text Example


Text Example

White with #86E163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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