#86D060

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

Shades of Mantis #86D060

Tints of Mantis #86D060

Color information

#86D060 (or 0x86D060) is unknown color: approx Mantis. HEX triplet: 86, D0 and 60. RGB value is (134,208,96). Sum of RGB (Red+Green+Blue) = 134+208+96=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #86D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D060 is #792F9F. Grayscale: #ADADAD. Windows color (decimal): -7942048 or 6344838. OLE color: 6344838.

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

Color convert

RGB13420896-
CMYK0.3600.540.18
HSL99.64º54.37%59.61%-
HSV(B)99.64º53.85%81.57%-
XYZ34.551.0219.1-
YUV173.1184.48100.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 208 (81.64% from 255) = 47.49%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=30.59%
G=47.49%
B=21.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134208960.3600.540.1899.6454.3759.61
Hex86D060240361264363c
Octal20632014044066221446674
Binary100001101101000011000001001000110110100101100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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