#8BC64B

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

Shades of Mantis #8BC64B

Tints of Mantis #8BC64B

Color information

#8BC64B (or 0x8BC64B) is unknown color: approx Mantis. HEX triplet: 8B, C6 and 4B. RGB value is (139,198,75). Sum of RGB (Red+Green+Blue) = 139+198+75=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC64B is #7439B4. Grayscale: #A6A6A6. Windows color (decimal): -7616949 or 4966027. OLE color: 4966027.

HSL color Cylindrical-coordinate representation of color #8BC64B: hue angle of 88.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BC64B is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB13919875-
CMYK0.3000.620.22
HSL88.78º51.9%53.53%-
HSV(B)88.78º62.12%77.65%-
XYZ32.1146.3913.92-
YUV166.3476.45108.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=33.74%
G=48.06%
B=18.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139198750.3000.620.2288.7851.953.53
Hex8BC64B1E03E16593436
Octal21330611336076261316466
Binary10001011110001101001011111100111110101101011001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,75); }

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

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

 a { background-color: rgb(139,198,75); }

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

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

 span { border-color: rgb(139,198,75); }

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