#86C252

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

Shades of Mantis #86C252

Tints of Mantis #86C252

Color information

#86C252 (or 0x86C252) is unknown color: approx Mantis. HEX triplet: 86, C2 and 52. RGB value is (134,194,82). Sum of RGB (Red+Green+Blue) = 134+194+82=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #86C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C252 is #793DAD. Grayscale: #A3A3A3. Windows color (decimal): -7945646 or 5423750. OLE color: 5423750.

HSL color Cylindrical-coordinate representation of color #86C252: hue angle of 92.14º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86C252 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB13419482-
CMYK0.3100.580.24
HSL92.14º47.86%54.12%-
HSV(B)92.14º57.73%76.08%-
XYZ30.6544.2614.91-
YUV163.2982.12107.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 194 (76.17% from 255) = 47.32%
BLUE value IS 82 (32.42% from 255) = 20%
R=32.68%
G=47.32%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134194820.3100.580.2492.1447.8654.12
Hex86C2521F03A185c3036
Octal20630212237072301346066
Binary10000110110000101010010111110111010110001011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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