#86C852

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

Shades of Mantis #86C852

Tints of Mantis #86C852

Color information

#86C852 (or 0x86C852) is unknown color: approx Mantis. HEX triplet: 86, C8 and 52. RGB value is (134,200,82). Sum of RGB (Red+Green+Blue) = 134+200+82=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #86C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C852 is #7937AD. Grayscale: #A7A7A7. Windows color (decimal): -7944110 or 5425286. OLE color: 5425286.

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

Color convert

RGB13420082-
CMYK0.3300.590.22
HSL93.56º51.75%55.29%-
HSV(B)93.56º59%78.43%-
XYZ32.0146.9915.36-
YUV166.8180.13104.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 200 (78.52% from 255) = 48.08%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=32.21%
G=48.08%
B=19.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134200820.3300.590.2293.5651.7555.29
Hex86C8522103B165e3437
Octal20631012241073261366467
Binary100001101100100010100101000010111011101101011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,82); }

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

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

 a { background-color: rgb(134,200,82); }

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

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

 span { border-color: rgb(134,200,82); }

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