#86e04d

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

Shades of Mantis #86E04D

Tints of Mantis #86E04D

Color information

#86E04D (or 0x86E04D) is unknown color: approx Mantis. HEX triplet: 86, E0 and 4D. RGB value is (134,224,77). Sum of RGB (Red+Green+Blue) = 134+224+77=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #86E04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E04D is #791FB2. Grayscale: #B4B4B4. Windows color (decimal): -7937971 or 5103750. OLE color: 5103750.

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

Color convert

RGB13422477-
CMYK0.4000.660.12
HSL96.73º70.33%59.02%-
HSV(B)96.73º65.62%87.84%-
XYZ37.8358.9216.4-
YUV180.3369.6894.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 224 (87.89% from 255) = 51.49%
BLUE value IS 77 (30.47% from 255) = 17.70%
R=30.80%
G=51.49%
B=17.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134224770.4000.660.1296.7370.3359.02
Hex86E04D28042C61463b
Octal2063401155001021414110673
Binary1000011011100000100110110100001000010110011000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e04d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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