Html Css Color HEX #86EC53 Mantis

📋 copy color: '#86EC53'

red 134 ◦ green 236 ◦ blue 83

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

Shades of Mantis #86EC53

Tints of Mantis #86EC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.1%

 BLUE value IS 83 (32.81% from 255) = 18.32%

R = 29.58%
G = 52.1%
B = 18.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#86EC53 (or 0x86EC53) is known color: Mantis. HEX triplet: 86, EC and 53. RGB value is (134,236,83). Sum of RGB (Red+Green+Blue) = 134+236+83=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC53 is #7913AC. Grayscale: #BCBCBC. Windows color (decimal): -7934893 or 5500038. OLE color: 5500038.

HSL color Cylindrical-coordinate representation of color #86EC53: hue angle of 100º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86EC53 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 236 83 -
CMYK 0.43 0 0.65 0.07
HSL 100º 0.8% 0.63% -
HSV(B) 100º 0.65% 0.93% -
XYZ 41.39 65.68 18.68 -
YUV 188.06 68.71 89.44 -
System Red Green Blue C M Y K H S L
Decimal 134 236 83 0.43 0 0.65 0.07 100 0.8 0.63
Hex 86 EC 53 2B 0 41 7 64 50 3F
Octal 206 354 123 53 0 101 7 144 120 77
Binary 10000110 11101100 1010011 101011 0 1000001 111 1100100 1010000 111111

Color Harmonies of #86EC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EC53

Black with #86EC53

Text Example


Text Example

White with #86EC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,236,83); }

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

background-color css

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

 a { background-color: rgb(134,236,83); }

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

border-color css

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

 span { border-color: rgb(134,236,83); }

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