#86DF4E

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

Shades of Mantis #86DF4E

Tints of Mantis #86DF4E

Color information

#86DF4E (or 0x86DF4E) is unknown color: approx Mantis. HEX triplet: 86, DF and 4E. RGB value is (134,223,78). Sum of RGB (Red+Green+Blue) = 134+223+78=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF4E is #7920B1. Grayscale: #B4B4B4. Windows color (decimal): -7938226 or 5169030. OLE color: 5169030.

HSL color Cylindrical-coordinate representation of color #86DF4E: hue angle of 96.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86DF4E is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB13422378-
CMYK0.4000.650.13
HSL96.83º69.38%59.02%-
HSV(B)96.83º65.02%87.45%-
XYZ37.5958.3916.5-
YUV179.8670.5195.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 223 (87.5% from 255) = 51.26%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=30.80%
G=51.26%
B=17.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134223780.4000.650.1396.8369.3859.02
Hex86DF4E28041D61453b
Octal2063371165001011514110573
Binary1000011011011111100111010100001000001110111000011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,78); }

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

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

 a { background-color: rgb(134,223,78); }

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

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

 span { border-color: rgb(134,223,78); }

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