#8BD16F

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

Shades of Mantis #8BD16F

Tints of Mantis #8BD16F

Color information

#8BD16F (or 0x8BD16F) is unknown color: approx Mantis. HEX triplet: 8B, D1 and 6F. RGB value is (139,209,111). Sum of RGB (Red+Green+Blue) = 139+209+111=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD16F is #742E90. Grayscale: #B1B1B1. Windows color (decimal): -7614097 or 7328139. OLE color: 7328139.

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

Color convert

RGB139209111-
CMYK0.3300.470.18
HSL102.86º51.58%62.75%-
HSV(B)102.86º46.89%81.96%-
XYZ36.3252.2423.21-
YUV176.990.81100.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 209 (82.03% from 255) = 45.53%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=30.28%
G=45.53%
B=24.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091110.3300.470.18102.8651.5862.75
Hex8BD16F2102F1267343f
Octal21332115741057221476477
Binary100010111101000111011111000010101111100101100111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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