#8BD16B

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

Shades of Mantis #8BD16B

Tints of Mantis #8BD16B

Color information

#8BD16B (or 0x8BD16B) is unknown color: approx Mantis. HEX triplet: 8B, D1 and 6B. RGB value is (139,209,107). Sum of RGB (Red+Green+Blue) = 139+209+107=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD16B is #742E94. Grayscale: #B0B0B0. Windows color (decimal): -7614101 or 7065995. OLE color: 7065995.

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

Color convert

RGB139209107-
CMYK0.3300.490.18
HSL101.18º52.58%61.96%-
HSV(B)101.18º48.8%81.96%-
XYZ36.152.1522.07-
YUV176.4488.81101.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=30.55%
G=45.93%
B=23.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091070.3300.490.18101.1852.5861.96
Hex8BD16B210311265353e
Octal21332115341061221456576
Binary100010111101000111010111000010110001100101100101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,107); }

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

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

 a { background-color: rgb(139,209,107); }

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

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

 span { border-color: rgb(139,209,107); }

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