#86C75C

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

Shades of Mantis #86C75C

Tints of Mantis #86C75C

Color information

#86C75C (or 0x86C75C) is unknown color: approx Mantis. HEX triplet: 86, C7 and 5C. RGB value is (134,199,92). Sum of RGB (Red+Green+Blue) = 134+199+92=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #86C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C75C is #7938A3. Grayscale: #A7A7A7. Windows color (decimal): -7944356 or 6080390. OLE color: 6080390.

HSL color Cylindrical-coordinate representation of color #86C75C: hue angle of 96.45º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86C75C is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB13419992-
CMYK0.3300.540.22
HSL96.45º48.86%57.06%-
HSV(B)96.45º53.77%78.04%-
XYZ32.1946.6917.44-
YUV167.3785.47104.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=31.53%
G=46.82%
B=21.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134199920.3300.540.2296.4548.8657.06
Hex86C75C2103616603139
Octal20630713441066261406171
Binary100001101100011110111001000010110110101101100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,92); }

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

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

 a { background-color: rgb(134,199,92); }

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

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

 span { border-color: rgb(134,199,92); }

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