#8BD64E

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

Shades of Mantis #8BD64E

Tints of Mantis #8BD64E

Color information

#8BD64E (or 0x8BD64E) is unknown color: approx Mantis. HEX triplet: 8B, D6 and 4E. RGB value is (139,214,78). Sum of RGB (Red+Green+Blue) = 139+214+78=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD64E is #7429B1. Grayscale: #B0B0B0. Windows color (decimal): -7612850 or 5166731. OLE color: 5166731.

HSL color Cylindrical-coordinate representation of color #8BD64E: hue angle of 93.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BD64E is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB13921478-
CMYK0.3500.640.16
HSL93.09º62.39%57.25%-
HSV(B)93.09º63.55%83.92%-
XYZ36.0754.1315.76-
YUV176.0772.65101.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 214 (83.98% from 255) = 49.65%
BLUE value IS 78 (30.86% from 255) = 18.10%
R=32.25%
G=49.65%
B=18.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139214780.3500.640.1693.0962.3957.25
Hex8BD64E23040105d3e39
Octal213326116430100201357671
Binary1000101111010110100111010001101000000100001011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,78); }

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

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

 a { background-color: rgb(139,214,78); }

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

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

 span { border-color: rgb(139,214,78); }

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