#8BC066

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

Shades of Mantis #8BC066

Tints of Mantis #8BC066

Color information

#8BC066 (or 0x8BC066) is unknown color: approx Mantis. HEX triplet: 8B, C0 and 66. RGB value is (139,192,102). Sum of RGB (Red+Green+Blue) = 139+192+102=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC066 is #743F99. Grayscale: #A6A6A6. Windows color (decimal): -7618458 or 6733963. OLE color: 6733963.

HSL color Cylindrical-coordinate representation of color #8BC066: hue angle of 95.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BC066 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB139192102-
CMYK0.2800.470.25
HSL95.33º41.67%57.65%-
HSV(B)95.33º46.88%75.29%-
XYZ31.944.1519.41-
YUV165.8991.94108.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=32.10%
G=44.34%
B=23.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391921020.2800.470.2595.3341.6757.65
Hex8BC0661C02F195f2a3a
Octal21330014634057311375272
Binary10001011110000001100110111000101111110011011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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