#86e058

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

Shades of Mantis #86E058

Tints of Mantis #86E058

Color information

#86E058 (or 0x86E058) is unknown color: approx Mantis. HEX triplet: 86, E0 and 58. RGB value is (134,224,88). Sum of RGB (Red+Green+Blue) = 134+224+88=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #86E058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E058 is #791FA7. Grayscale: #B6B6B6. Windows color (decimal): -7937960 or 5824646. OLE color: 5824646.

HSL color Cylindrical-coordinate representation of color #86E058: hue angle of 99.71º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86E058 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB13422488-
CMYK0.4000.610.12
HSL99.71º68.69%61.18%-
HSV(B)99.71º60.71%87.84%-
XYZ38.2559.0818.62-
YUV181.5975.1894.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 224 (87.89% from 255) = 50.22%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=30.04%
G=50.22%
B=19.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134224880.4000.610.1299.7168.6961.18
Hex86E0582803DC64453d
Octal206340130500751414410575
Binary100001101110000010110001010000111101110011001001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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