#8BD64D

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

Shades of Mantis #8BD64D

Tints of Mantis #8BD64D

Color information

#8BD64D (or 0x8BD64D) is unknown color: approx Mantis. HEX triplet: 8B, D6 and 4D. RGB value is (139,214,77). Sum of RGB (Red+Green+Blue) = 139+214+77=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD64D is #7429B2. Grayscale: #B0B0B0. Windows color (decimal): -7612851 or 5101195. OLE color: 5101195.

HSL color Cylindrical-coordinate representation of color #8BD64D: hue angle of 92.85º degrees, saturation: 0.63, 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 #8BD64D is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB13921477-
CMYK0.3500.640.16
HSL92.85º62.56%57.06%-
HSV(B)92.85º64.02%83.92%-
XYZ36.0354.1215.57-
YUV175.9672.15101.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 214 (83.98% from 255) = 49.77%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=32.33%
G=49.77%
B=17.91%

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
Decimal139214770.3500.640.1692.8562.5657.06
Hex8BD64D23040105d3f39
Octal213326115430100201357771
Binary1000101111010110100110110001101000000100001011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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