#8BC365

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

Shades of Mantis #8BC365

Tints of Mantis #8BC365

Color information

#8BC365 (or 0x8BC365) is unknown color: approx Mantis. HEX triplet: 8B, C3 and 65. RGB value is (139,195,101). Sum of RGB (Red+Green+Blue) = 139+195+101=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC365 is #743C9A. Grayscale: #A7A7A7. Windows color (decimal): -7617691 or 6669195. OLE color: 6669195.

HSL color Cylindrical-coordinate representation of color #8BC365: hue angle of 95.74º degrees, saturation: 0.44, 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 #8BC365 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB139195101-
CMYK0.2900.480.24
HSL95.74º43.93%58.04%-
HSV(B)95.74º48.21%76.47%-
XYZ32.5145.4619.37-
YUV167.5490.45107.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 195 (76.56% from 255) = 44.83%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=31.95%
G=44.83%
B=23.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951010.2900.480.2495.7443.9358.04
Hex8BC3651D03018602c3a
Octal21330314535060301405472
Binary10001011110000111100101111010110000110001100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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