#86CF54

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

Shades of Mantis #86CF54

Tints of Mantis #86CF54

Color information

#86CF54 (or 0x86CF54) is unknown color: approx Mantis. HEX triplet: 86, CF and 54. RGB value is (134,207,84). Sum of RGB (Red+Green+Blue) = 134+207+84=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF54 is #7930AB. Grayscale: #ABABAB. Windows color (decimal): -7942316 or 5558150. OLE color: 5558150.

HSL color Cylindrical-coordinate representation of color #86CF54: hue angle of 95.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86CF54 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB13420784-
CMYK0.3500.590.19
HSL95.61º56.16%57.06%-
HSV(B)95.61º59.42%81.18%-
XYZ33.7450.3316.32-
YUV171.1578.82101.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 207 (81.25% from 255) = 48.71%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=31.53%
G=48.71%
B=19.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134207840.3500.590.1995.6156.1657.06
Hex86CF542303B13603839
Octal20631712443073231407071
Binary100001101100111110101001000110111011100111100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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