#86F04D

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

Shades of Mantis #86F04D

Tints of Mantis #86F04D

Color information

#86F04D (or 0x86F04D) is unknown color: approx Mantis. HEX triplet: 86, F0 and 4D. RGB value is (134,240,77). Sum of RGB (Red+Green+Blue) = 134+240+77=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #86F04D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F04D is #790FB2. Grayscale: #BEBEBE. Windows color (decimal): -7933875 or 5107846. OLE color: 5107846.

HSL color Cylindrical-coordinate representation of color #86F04D: hue angle of 99.02º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86F04D is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB13424077-
CMYK0.4400.680.06
HSL99.02º84.46%62.16%-
HSV(B)99.02º67.92%94.12%-
XYZ42.3367.9217.9-
YUV189.7264.3888.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 240 (94.14% from 255) = 53.22%
BLUE value IS 77 (30.47% from 255) = 17.07%
R=29.71%
G=53.22%
B=17.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134240770.4400.680.0699.0284.4662.16
Hex86F04D2C044663543e
Octal206360115540104614312476
Binary100001101111000010011011011000100010011011000111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,240,77); }

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

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

 a { background-color: rgb(134,240,77); }

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

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

 span { border-color: rgb(134,240,77); }

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