Html Css Color HEX #86EC4C Mantis

📋 copy color: '#86EC4C'

red 134 ◦ green 236 ◦ blue 76

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

Shades of Mantis #86EC4C

Tints of Mantis #86EC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 30.04%
G = 52.91%
B = 17.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#86EC4C (or 0x86EC4C) is known color: Mantis. HEX triplet: 86, EC and 4C. RGB value is (134,236,76). Sum of RGB (Red+Green+Blue) = 134+236+76=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EC4C is #7913B3. Grayscale: #BBBBBB. Windows color (decimal): -7934900 or 5041286. OLE color: 5041286.

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

Color convert

RGB 134 236 76 -
CMYK 0.43 0 0.68 0.07
HSL 98.25º 0.81% 0.61% -
HSV(B) 98.25º 0.68% 0.93% -
XYZ 41.13 65.58 17.33 -
YUV 187.26 65.21 90.01 -
System Red Green Blue C M Y K H S L
Decimal 134 236 76 0.43 0 0.68 0.07 98.25 0.81 0.61
Hex 86 EC 4C 2B 0 44 7 62 51 3D
Octal 206 354 114 53 0 104 7 142 121 75
Binary 10000110 11101100 1001100 101011 0 1000100 111 1100010 1010001 111101

Color Harmonies of #86EC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EC4C

Black with #86EC4C

Text Example


Text Example

White with #86EC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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