#8BD061

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

Shades of Mantis #8BD061

Tints of Mantis #8BD061

Color information

#8BD061 (or 0x8BD061) is unknown color: approx Mantis. HEX triplet: 8B, D0 and 61. RGB value is (139,208,97). Sum of RGB (Red+Green+Blue) = 139+208+97=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD061 is #742F9E. Grayscale: #AFAFAF. Windows color (decimal): -7614367 or 6410379. OLE color: 6410379.

HSL color Cylindrical-coordinate representation of color #8BD061: hue angle of 97.3º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BD061 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB13920897-
CMYK0.3300.530.18
HSL97.3º54.15%59.8%-
HSV(B)97.3º53.37%81.57%-
XYZ35.3651.4619.38-
YUV174.7184.14102.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 208 (81.64% from 255) = 46.85%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=31.31%
G=46.85%
B=21.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139208970.3300.530.1897.354.1559.8
Hex8BD061210351261363c
Octal21332014141065221416674
Binary100010111101000011000011000010110101100101100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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