Html Css Color HEX #86E064 Mantis

📋 copy color: '#86E064'

red 134 ◦ green 224 ◦ blue 100

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

Shades of Mantis #86E064

Tints of Mantis #86E064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 29.26%
G = 48.91%
B = 21.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#86E064 (or 0x86E064) is known color: Mantis. HEX triplet: 86, E0 and 64. RGB value is (134,224,100). Sum of RGB (Red+Green+Blue) = 134+224+100=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #86E064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E064 is #791F9B. Grayscale: #B7B7B7. Windows color (decimal): -7937948 or 6611078. OLE color: 6611078.

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

Color convert

RGB 134 224 100 -
CMYK 0.40 0 0.55 0.12
HSL 103.55º 0.67% 0.64% -
HSV(B) 103.55º 0.55% 0.88% -
XYZ 38.79 59.3 21.46 -
YUV 182.95 81.18 93.08 -
System Red Green Blue C M Y K H S L
Decimal 134 224 100 0.40 0 0.55 0.12 103.55 0.67 0.64
Hex 86 E0 64 28 0 37 C 68 43 40
Octal 206 340 144 50 0 67 14 150 103 100
Binary 10000110 11100000 1100100 101000 0 110111 1100 1101000 1000011 1000000

Color Harmonies of #86E064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E064

Black with #86E064

Text Example


Text Example

White with #86E064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,224,100); }

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

background-color css

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

 a { background-color: rgb(134,224,100); }

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

border-color css

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

 span { border-color: rgb(134,224,100); }

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