#8BDD4F

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

Shades of Mantis #8BDD4F

Tints of Mantis #8BDD4F

Color information

#8BDD4F (or 0x8BDD4F) is unknown color: approx Mantis. HEX triplet: 8B, DD and 4F. RGB value is (139,221,79). Sum of RGB (Red+Green+Blue) = 139+221+79=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD4F is #7422B0. Grayscale: #B4B4B4. Windows color (decimal): -7611057 or 5234059. OLE color: 5234059.

HSL color Cylindrical-coordinate representation of color #8BDD4F: hue angle of 94.65º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BDD4F is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB13922179-
CMYK0.3700.640.13
HSL94.65º67.62%58.82%-
HSV(B)94.65º64.25%86.67%-
XYZ37.9257.7716.55-
YUV180.2970.8398.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 79 (31.25% from 255) = 18.00%
R=31.66%
G=50.34%
B=18.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139221790.3700.640.1394.6567.6258.82
Hex8BDD4F25040D5f443b
Octal2133351174501001513710473
Binary1000101111011101100111110010101000000110110111111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,221,79); }

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

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

 a { background-color: rgb(139,221,79); }

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

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

 span { border-color: rgb(139,221,79); }

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