#86E755

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

Shades of Mantis #86E755

Tints of Mantis #86E755

Color information

#86E755 (or 0x86E755) is unknown color: approx Mantis. HEX triplet: 86, E7 and 55. RGB value is (134,231,85). Sum of RGB (Red+Green+Blue) = 134+231+85=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #86E755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E755 is #7918AA. Grayscale: #B9B9B9. Windows color (decimal): -7936171 or 5629830. OLE color: 5629830.

HSL color Cylindrical-coordinate representation of color #86E755: hue angle of 99.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86E755 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB13423185-
CMYK0.4200.630.09
HSL99.86º75.26%61.96%-
HSV(B)99.86º63.2%90.59%-
XYZ40.0562.8818.62-
YUV185.3571.3691.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 231 (90.62% from 255) = 51.33%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=29.78%
G=51.33%
B=18.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134231850.4200.630.0999.8675.2661.96
Hex86E7552A03F9644b3e
Octal206347125520771114411376
Binary100001101110011110101011010100111111100111001001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,231,85); }

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

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

 a { background-color: rgb(134,231,85); }

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

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

 span { border-color: rgb(134,231,85); }

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