#86DC58

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

Shades of Mantis #86DC58

Tints of Mantis #86DC58

Color information

#86DC58 (or 0x86DC58) is unknown color: approx Mantis. HEX triplet: 86, DC and 58. RGB value is (134,220,88). Sum of RGB (Red+Green+Blue) = 134+220+88=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DC58 is #7923A7. Grayscale: #B3B3B3. Windows color (decimal): -7938984 or 5823622. OLE color: 5823622.

HSL color Cylindrical-coordinate representation of color #86DC58: hue angle of 99.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86DC58 is Cyan = 0.39, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB13422088-
CMYK0.3900.60.14
HSL99.09º65.35%60.39%-
HSV(B)99.09º60%86.27%-
XYZ37.1956.9618.27-
YUV179.2476.5195.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 220 (86.33% from 255) = 49.77%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=30.32%
G=49.77%
B=19.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal134220880.3900.60.1499.0965.3560.39
Hex86DC582703CE63413c
Octal206334130470741614310174
Binary100001101101110010110001001110111100111011000111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,88); }

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

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

 a { background-color: rgb(134,220,88); }

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

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

 span { border-color: rgb(134,220,88); }

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