#8BDA64

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

Shades of Mantis #8BDA64

Tints of Mantis #8BDA64

Color information

#8BDA64 (or 0x8BDA64) is unknown color: approx Mantis. HEX triplet: 8B, DA and 64. RGB value is (139,218,100). Sum of RGB (Red+Green+Blue) = 139+218+100=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDA64 is #74259B. Grayscale: #B5B5B5. Windows color (decimal): -7611804 or 6609547. OLE color: 6609547.

HSL color Cylindrical-coordinate representation of color #8BDA64: hue angle of 100.17º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BDA64 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB139218100-
CMYK0.3600.540.15
HSL100.17º61.46%62.35%-
HSV(B)100.17º54.13%85.49%-
XYZ38.0256.5520.97-
YUV180.9382.3398.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=30.42%
G=47.70%
B=21.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392181000.3600.540.15100.1761.4662.35
Hex8BDA6424036F643d3e
Octal21333214444066171447576
Binary10001011110110101100100100100011011011111100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,218,100); }

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

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

 a { background-color: rgb(139,218,100); }

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

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

 span { border-color: rgb(139,218,100); }

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