#8DBC66

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

Shades of Mantis #8DBC66

Tints of Mantis #8DBC66

Color information

#8DBC66 (or 0x8DBC66) is unknown color: approx Mantis. HEX triplet: 8D, BC and 66. RGB value is (141,188,102). Sum of RGB (Red+Green+Blue) = 141+188+102=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC66 is #724399. Grayscale: #A4A4A4. Windows color (decimal): -7488410 or 6732941. OLE color: 6732941.

HSL color Cylindrical-coordinate representation of color #8DBC66: hue angle of 92.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DBC66 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB141188102-
CMYK0.2500.460.26
HSL92.79º39.09%56.86%-
HSV(B)92.79º45.74%73.73%-
XYZ31.3742.5919.14-
YUV164.1492.93111.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.71%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=32.71%
G=43.62%
B=23.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411881020.2500.460.2692.7939.0956.86
Hex8DBC661902E1A5d2739
Octal21527414631056321354771
Binary10001101101111001100110110010101110110101011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,102); }

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

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

 a { background-color: rgb(141,188,102); }

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

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

 span { border-color: rgb(141,188,102); }

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