Html Css Color HEX #86EB4D Mantis

📋 copy color: '#86EB4D'

red 134 ◦ green 235 ◦ blue 77

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

Shades of Mantis #86EB4D

Tints of Mantis #86EB4D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.69%

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 30.04%
G = 52.69%
B = 17.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#86EB4D (or 0x86EB4D) is known color: Mantis. HEX triplet: 86, EB and 4D. RGB value is (134,235,77). Sum of RGB (Red+Green+Blue) = 134+235+77=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EB4D is #7914B2. Grayscale: #BBBBBB. Windows color (decimal): -7935155 or 5106566. OLE color: 5106566.

HSL color Cylindrical-coordinate representation of color #86EB4D: hue angle of 98.35º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86EB4D is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 235 77 -
CMYK 0.43 0 0.67 0.08
HSL 98.35º 0.8% 0.61% -
HSV(B) 98.35º 0.67% 0.92% -
XYZ 40.88 65.02 17.42 -
YUV 186.79 66.04 90.35 -
System Red Green Blue C M Y K H S L
Decimal 134 235 77 0.43 0 0.67 0.08 98.35 0.8 0.61
Hex 86 EB 4D 2B 0 43 8 62 50 3D
Octal 206 353 115 53 0 103 10 142 120 75
Binary 10000110 11101011 1001101 101011 0 1000011 1000 1100010 1010000 111101

Color Harmonies of #86EB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EB4D

Black with #86EB4D

Text Example


Text Example

White with #86EB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,235,77); }

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

background-color css

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

 a { background-color: rgb(134,235,77); }

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

border-color css

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

 span { border-color: rgb(134,235,77); }

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