#86e14c

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

Shades of Mantis #86E14C

Tints of Mantis #86E14C

Color information

#86E14C (or 0x86E14C) is unknown color: approx Mantis. HEX triplet: 86, E1 and 4C. RGB value is (134,225,76). Sum of RGB (Red+Green+Blue) = 134+225+76=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #86E14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E14C is #791EB3. Grayscale: #B5B5B5. Windows color (decimal): -7937716 or 5038470. OLE color: 5038470.

HSL color Cylindrical-coordinate representation of color #86E14C: hue angle of 96.64º degrees, saturation: 0.71, 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 #86E14C is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB13422576-
CMYK0.4000.660.12
HSL96.64º71.29%59.02%-
HSV(B)96.64º66.22%88.24%-
XYZ38.0659.4416.3-
YUV180.868.8594.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 225 (88.28% from 255) = 51.72%
BLUE value IS 76 (30.08% from 255) = 17.47%
R=30.80%
G=51.72%
B=17.47%

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
Decimal134225760.4000.660.1296.6471.2959.02
Hex86E14C28042C61473b
Octal2063411145001021414110773
Binary1000011011100001100110010100001000010110011000011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,76); }

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

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

 a { background-color: rgb(134,225,76); }

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

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

 span { border-color: rgb(134,225,76); }

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