#8BC061

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

Shades of Mantis #8BC061

Tints of Mantis #8BC061

Color information

#8BC061 (or 0x8BC061) is unknown color: approx Mantis. HEX triplet: 8B, C0 and 61. RGB value is (139,192,97). Sum of RGB (Red+Green+Blue) = 139+192+97=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC061 is #743F9E. Grayscale: #A5A5A5. Windows color (decimal): -7618463 or 6406283. OLE color: 6406283.

HSL color Cylindrical-coordinate representation of color #8BC061: hue angle of 93.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BC061 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB13919297-
CMYK0.2800.490.25
HSL93.47º42.99%56.67%-
HSV(B)93.47º49.48%75.29%-
XYZ31.6544.0518.14-
YUV165.3289.44109.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 192 (75.39% from 255) = 44.86%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=32.48%
G=44.86%
B=22.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139192970.2800.490.2593.4742.9956.67
Hex8BC0611C031195d2b39
Octal21330014134061311355371
Binary10001011110000001100001111000110001110011011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BC061; }

 p { color: rgb(139,192,97); }

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

<style>
 a { background-color: #8BC061; }

 a { background-color: rgb(139,192,97); }

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

<style>
 span { border-color: #8BC061; }

 span { border-color: rgb(139,192,97); }

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