#86D454

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

Shades of Mantis #86D454

Tints of Mantis #86D454

Color information

#86D454 (or 0x86D454) is unknown color: approx Mantis. HEX triplet: 86, D4 and 54. RGB value is (134,212,84). Sum of RGB (Red+Green+Blue) = 134+212+84=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #86D454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D454 is #792BAB. Grayscale: #AEAEAE. Windows color (decimal): -7941036 or 5559430. OLE color: 5559430.

HSL color Cylindrical-coordinate representation of color #86D454: hue angle of 96.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86D454 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB13421284-
CMYK0.3700.600.17
HSL96.56º59.81%58.04%-
HSV(B)96.56º60.38%83.14%-
XYZ34.9852.816.73-
YUV174.0977.1699.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 212 (83.20% from 255) = 49.30%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=31.16%
G=49.30%
B=19.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134212840.3700.600.1796.5659.8158.04
Hex86D4542503C11613c3a
Octal20632412445074211417472
Binary100001101101010010101001001010111100100011100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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