#8BC265

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

Shades of Mantis #8BC265

Tints of Mantis #8BC265

Color information

#8BC265 (or 0x8BC265) is unknown color: approx Mantis. HEX triplet: 8B, C2 and 65. RGB value is (139,194,101). Sum of RGB (Red+Green+Blue) = 139+194+101=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC265 is #743D9A. Grayscale: #A7A7A7. Windows color (decimal): -7617947 or 6668939. OLE color: 6668939.

HSL color Cylindrical-coordinate representation of color #8BC265: hue angle of 95.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BC265 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB139194101-
CMYK0.2800.480.24
HSL95.48º43.26%57.84%-
HSV(B)95.48º47.94%76.08%-
XYZ32.2945.0119.3-
YUV166.9590.78108.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=32.03%
G=44.70%
B=23.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391941010.2800.480.2495.4843.2657.84
Hex8BC2651C030185f2b3a
Octal21330214534060301375372
Binary10001011110000101100101111000110000110001011111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,101); }

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

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

 a { background-color: rgb(139,194,101); }

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

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

 span { border-color: rgb(139,194,101); }

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