#8BC366

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

Shades of Mantis #8BC366

Tints of Mantis #8BC366

Color information

#8BC366 (or 0x8BC366) is unknown color: approx Mantis. HEX triplet: 8B, C3 and 66. RGB value is (139,195,102). Sum of RGB (Red+Green+Blue) = 139+195+102=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC366 is #743C99. Grayscale: #A7A7A7. Windows color (decimal): -7617690 or 6734731. OLE color: 6734731.

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

Color convert

RGB139195102-
CMYK0.2900.480.24
HSL96.13º43.66%58.24%-
HSV(B)96.13º47.69%76.47%-
XYZ32.5645.4819.63-
YUV167.6590.95107.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=31.88%
G=44.72%
B=23.39%

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
Decimal1391951020.2900.480.2496.1343.6658.24
Hex8BC3661D03018602c3a
Octal21330314635060301405472
Binary10001011110000111100110111010110000110001100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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