#86CF6C

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

Shades of Mantis #86CF6C

Tints of Mantis #86CF6C

Color information

#86CF6C (or 0x86CF6C) is unknown color: approx Mantis. HEX triplet: 86, CF and 6C. RGB value is (134,207,108). Sum of RGB (Red+Green+Blue) = 134+207+108=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF6C is #793093. Grayscale: #AEAEAE. Windows color (decimal): -7942292 or 7131014. OLE color: 7131014.

HSL color Cylindrical-coordinate representation of color #86CF6C: hue angle of 104.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86CF6C is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB134207108-
CMYK0.3500.480.19
HSL104.24º50.77%61.76%-
HSV(B)104.24º47.83%81.18%-
XYZ34.8550.7822.15-
YUV173.8990.8299.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=29.84%
G=46.10%
B=24.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342071080.3500.480.19104.2450.7761.76
Hex86CF6C230301368333e
Octal20631715443060231506376
Binary100001101100111111011001000110110000100111101000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,108); }

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

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

 a { background-color: rgb(134,207,108); }

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

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

 span { border-color: rgb(134,207,108); }

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