#86D055

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

Shades of Mantis #86D055

Tints of Mantis #86D055

Color information

#86D055 (or 0x86D055) is unknown color: approx Mantis. HEX triplet: 86, D0 and 55. RGB value is (134,208,85). Sum of RGB (Red+Green+Blue) = 134+208+85=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #86D055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D055 is #792FAA. Grayscale: #ACACAC. Windows color (decimal): -7942059 or 5623942. OLE color: 5623942.

HSL color Cylindrical-coordinate representation of color #86D055: hue angle of 96.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86D055 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB13420885-
CMYK0.3600.590.18
HSL96.1º56.68%57.45%-
HSV(B)96.1º59.13%81.57%-
XYZ34.0350.8416.61-
YUV171.8578.98101-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=31.38%
G=48.71%
B=19.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134208850.3600.590.1896.156.6857.45
Hex86D0552403B12603939
Octal20632012544073221407171
Binary100001101101000010101011001000111011100101100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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