#86EF54

Color #86EF54 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #86EF54

Tints of Mantis #86EF54

Color information

#86EF54 (or 0x86EF54) is unknown color: approx Mantis. HEX triplet: 86, EF and 54. RGB value is (134,239,84). Sum of RGB (Red+Green+Blue) = 134+239+84=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EF54 is #7910AB. Grayscale: #BEBEBE. Windows color (decimal): -7934124 or 5566342. OLE color: 5566342.

HSL color Cylindrical-coordinate representation of color #86EF54: hue angle of 100.65º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86EF54 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB13423984-
CMYK0.4400.650.06
HSL100.65º82.89%63.33%-
HSV(B)100.65º64.85%93.73%-
XYZ42.367.4419.18-
YUV189.9368.2188.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 239 (93.75% from 255) = 52.30%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=29.32%
G=52.30%
B=18.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134239840.4400.650.06100.6582.8963.33
Hex86EF542C041665533f
Octal206357124540101614512377
Binary100001101110111110101001011000100000111011001011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,239,84); }

 H1.HeaderClassName
 {
   color: #86EF54;
 }
 .AnyTagClassName
 {
   color: #86EF54;
 }
</style>
background-color css

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

 a { background-color: rgb(134,239,84); }

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

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

 span { border-color: rgb(134,239,84); }

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